Disable generation des menus pour le module auth
This commit is contained in:
parent
b6901709a5
commit
746f786116
@ -28,6 +28,10 @@ class Application_Controller_Plugin_Menu extends Zend_Controller_Plugin_Abstract
|
||||
return;
|
||||
}
|
||||
|
||||
if ($module == 'auth') {
|
||||
return;
|
||||
}
|
||||
|
||||
Zend_Registry::get('firebug')->info('PLUGIN MENU - START');
|
||||
|
||||
$layout = Zend_Layout::getMVCInstance();
|
||||
|
Loading…
Reference in New Issue
Block a user