mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Readded web migrate
This commit is contained in:
parent
6f59e05393
commit
e299fae8a2
@ -520,11 +520,7 @@ class SettingController extends Controller
|
||||
*/
|
||||
public function actionSelfTest()
|
||||
{
|
||||
#Yii::import('application.commands.shell.HUpdateCommand');
|
||||
#$migrate = HUpdateCommand::AutoUpdate();
|
||||
$migrate = "Auto Migrate Disabled";
|
||||
|
||||
return $this->render('selftest', array('checks' => \humhub\libs\SelfTest::getResults(), 'migrate' => $migrate));
|
||||
return $this->render('selftest', array('checks' => \humhub\libs\SelfTest::getResults(), 'migrate' => \humhub\commands\MigrateController::webMigrateAll()));
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user