This commit is contained in:
Ad Schellevis 2015-11-10 18:05:57 +00:00
parent 6612086c21
commit c92a65c13a

View File

@ -128,7 +128,7 @@ class ApiControllerBase extends ControllerRoot
$this->response->send();
return false;
} else {
// handle UI ajax reuests
// handle UI ajax requests
// use session data and ACL to validate request.
if (!$this->doAuth()) {
return false;