diff --git a/module/user/control.php b/module/user/control.php index 2a0cbb46bc..2c7a00be88 100644 --- a/module/user/control.php +++ b/module/user/control.php @@ -833,6 +833,7 @@ class user extends control $response['result'] = 'success'; if(strpos($this->referer, $loginLink) === false and strpos($this->referer, $denyLink) === false and + strpos($this->referer, 'ajax') === false and strpos($this->referer, 'block') === false and $this->referer ) {