Notice (8): Undefined index:  controller [APP/app_controller.php, line 33]
IL·LUSTRE COL·LEGI D´ADVOCATS

Missing Method in ComissionsController

Error: The action maltractaments is not defined in controller ComissionsController

Error: Create ComissionsController::maltractaments() in file: app/controllers/comissions_controller.php.

<?php
class ComissionsController extends AppController {

	var $name = 'Comissions';


	function maltractaments() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.