Skip to content

Commit

Permalink
install fix
Browse files Browse the repository at this point in the history
  • Loading branch information
noumo committed Jun 11, 2015
1 parent f7baacf commit 182a4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/InstallController.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ public function actionIndex()

public function actionFinish()
{
$root_password = Yii::$app->session->getFlash(InstallForm::ROOT_PASSWORD_KEY, null, true);
$returnRoute = Yii::$app->session->getFlash(InstallForm::RETURN_URL_KEY, null, '/admin');
$root_password = Yii::$app->session->getFlash(InstallForm::ROOT_PASSWORD_KEY, true);
$returnRoute = Yii::$app->session->getFlash(InstallForm::RETURN_URL_KEY, '/admin');

if($root_password)
{
Expand Down

0 comments on commit 182a4b7

Please sign in to comment.