* Fix jump login page when installing devops app.

This commit is contained in:
zhaoke
2023-09-26 19:45:55 +08:00
parent 1494e3bdd7
commit 78f42f4c71
+3 -1
View File
@@ -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();
}