Histo autorisé sur module search
This commit is contained in:
parent
d66b109bed
commit
ec9a52b38f
@ -7,7 +7,7 @@ class Application_Controller_Plugin_Histo extends Zend_Controller_Plugin_Abstrac
|
||||
$controller = $request->getControllerName();
|
||||
$action = $request->getActionName();
|
||||
|
||||
if ($module != 'legal') {
|
||||
if ( !in_array($module, array('legal', 'search')) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user