Merge branch 'dev-php-7.4' into reactjs

This commit is contained in:
2020-06-14 19:41:57 +02:00
16 changed files with 81 additions and 16 deletions

View File

@@ -20,6 +20,7 @@ class Fetch extends Request {
$this->loginRequired = true;
$this->requiredGroup = USER_GROUP_ADMIN;
$this->userCount = 0;
$this->csrfTokenRequired = true;
}
private function getUserCount() {