Skip to content

Commit

Permalink
Dev: minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Dec 11, 2018
1 parent a2b0688 commit 6819df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/useraction.php
Expand Up @@ -662,7 +662,7 @@ public function personalsettings()
}

if (Yii::app()->request->getPost("saveandclose")) {
$this->getController()->redirect(array("admin"));
$this->getController()->redirect("/admin");
}
} else {
$aData = array();
Expand Down

0 comments on commit 6819df7

Please sign in to comment.