Skip to content

Commit

Permalink
Merge pull request nenad-zivkovic#30 from choxx/patch-1
Browse files Browse the repository at this point in the history
shared hosting redirection issue fixed
  • Loading branch information
nenad-zivkovic authored Jul 24, 2016
2 parents 6b29253 + 1b54d9d commit 7770fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _protected/frontend/controllers/SiteController.php
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,6 @@ public function actionActivateAccount($token)
Yii::$app->session->setFlash('success', Yii::t('app', 'Success! You can now log in.').' '.
Yii::t('app', 'Thank you').' '.Html::encode($user->username).' '.Yii::t('app', 'for joining us!'));

return $this->redirect('login');
return $this->redirect(['login']);
}
}

0 comments on commit 7770fa4

Please sign in to comment.