mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-04-14 08:37:36 +02:00
Fix for #595
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user