Skip to content
Snippets Groups Projects

Hotline master

Merged Patrick Barroca requested to merge hotline-master into master
Compare and
6 files
+ 38
3
Preferences
Compare changes
Files
6
@@ -91,7 +91,7 @@ class Admin_WidgetController extends ZendAfi_Controller_Action {
public function addMenuAction() {
(new Class_Systeme_ModulesAccueil_MenuVertical())->addMenu();
$this->_helper->notify($this->_('Menu ajouté'));
return $this->_redirectCloseWithReload($this->_getReferer());
return $this->_redirectClose($this->_getReferer());
}