mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-12 08:16:06 +01:00
Remove comments
This commit is contained in:
@@ -99,9 +99,9 @@ class AdminBaseController
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (!$this->validateNonce()) {
|
if (!$this->validateNonce()) {
|
||||||
// return false;
|
return false;
|
||||||
// }
|
}
|
||||||
|
|
||||||
$method = 'task' . ucfirst($this->task);
|
$method = 'task' . ucfirst($this->task);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user