-
Type:
Task
-
Resolution: Fixed
-
Priority:
Minor
-
Affects Version/s: COmanage Registry 0.4 (Reshaped Cake)
-
Component/s: Registry
-
None
The beforeFilter() function in app/Controller/MVPAController.php contains
$model->unloadModel('Co');
It's not clear that unloadModel() is a defined method for either an instance of Model or Controller so that code should be reviewed.