summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 59f3982c5..e246ea088 100644
--- a/backend.php
+++ b/backend.php
@@ -39,7 +39,7 @@
header("Content-Type: text/json; charset=utf-8");
if (Config::get(Config::SINGLE_USER_MODE)) {
- UserHelper::authenticate( "admin", null);
+ UserHelper::authenticate("admin", null);
}
if (!empty($_SESSION["uid"])) {