Set Frame model to not be recursive by default

This commit is contained in:
Kyle Johnson 2014-12-23 22:05:23 -05:00
parent 39501f4f52
commit 6718559be5
1 changed files with 2 additions and 0 deletions

View File

@ -121,4 +121,6 @@ class Frame extends AppModel {
'order' => ''
)
);
public $recursive = -1;
}