|
@@ -30,7 +30,7 @@ require 'main.inc.php';
|
|
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formother.class.php';
|
|
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formother.class.php';
|
|
|
|
|
|
// If not defined, we select menu "home"
|
|
// If not defined, we select menu "home"
|
|
-$_GET['mainmenu']=GETPOST('mainmenu', 'alpha')?GETPOST('mainmenu', 'alpha'):'home';
|
|
|
|
|
|
+$_GET['mainmenu']=GETPOST('mainmenu', 'aZ09')?GETPOST('mainmenu', 'aZ09'):'home';
|
|
$action=GETPOST('action');
|
|
$action=GETPOST('action');
|
|
|
|
|
|
$hookmanager->initHooks(array('index'));
|
|
$hookmanager->initHooks(array('index'));
|