diff --git a/framework/control.class.php b/framework/control.class.php index 5216952bc0..1630eb4e6c 100644 --- a/framework/control.class.php +++ b/framework/control.class.php @@ -137,7 +137,7 @@ class control extends baseControl { $installedVersion = $this->loadModel('setting')->getVersion(); - if(is_numeric($installedVersion[0]) and $this->config->edition == 'max') + if($installedVersion[0] != 'm' and $this->config->edition == 'max') { if($this->config->systemMode == 'classic' and $this->app->getModuleName() != 'upgrade') {