Histo autorisé sur module search

This commit is contained in:
Michael RICOIS 2016-05-19 16:13:34 +02:00
parent d66b109bed
commit ec9a52b38f

View File

@ -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;
}