Set Frame model to not be recursive by default
This commit is contained in:
parent
39501f4f52
commit
6718559be5
|
@ -121,4 +121,6 @@ class Frame extends AppModel {
|
|||
'order' => ''
|
||||
)
|
||||
);
|
||||
|
||||
public $recursive = -1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue