diff --git a/config/zentaopms.php b/config/zentaopms.php index 70ab02786e..86b0cce3b7 100644 --- a/config/zentaopms.php +++ b/config/zentaopms.php @@ -367,6 +367,7 @@ $config->logonMethods[] = 'zanode.nodelist'; $config->logonMethods[] = 'screen.viewold'; $config->logonMethods[] = 'system.backupview'; $config->logonMethods[] = 'screen.staticdataold'; +$config->logonMethods[] = 'stage.updateorder'; $config->openModules = array(); $config->openModules[] = 'install';