Disable generation des menus pour le module auth

This commit is contained in:
Michael RICOIS 2016-05-12 12:36:16 +02:00
parent b6901709a5
commit 746f786116

View File

@ -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();