diff --git a/module/install/control.php b/module/install/control.php index c60b64d734..bbdc92d604 100644 --- a/module/install/control.php +++ b/module/install/control.php @@ -379,12 +379,14 @@ class install extends control */ public function progress($id, $install = false) { - $solution = $this->loadModel('solution')->getByID($id); + $solution = $this->loadModel('solution')->getByID($id); $this->view->title = $this->lang->solution->progress; $this->view->install = $install; $this->view->solution = $solution; + $this->app->loadConfig('message'); + $this->config->message->browser->turnon = 0; $this->display(); }