This commit is contained in:
Andy Miller
2016-05-17 16:52:22 -06:00
parent c69f414bcc
commit 48f311b458
2 changed files with 3 additions and 1 deletions

View File

@@ -1633,9 +1633,9 @@ class AdminController
public function taskContinue()
{
$data = (array) $this->data;
$username = strip_tags(strtolower($data['username']));
if ($this->view == 'users') {
$username = strip_tags(strtolower($data['username']));
$this->setRedirect("{$this->view}/{$username}");
return true;