summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 8cdeafdb7..9e6751af1 100644
--- a/backend.php
+++ b/backend.php
@@ -41,7 +41,7 @@
}
if (SINGLE_USER_MODE) {
- authenticate_user( "admin", null);
+ UserHelper::authenticate( "admin", null);
}
if ($_SESSION["uid"]) {
@@ -50,7 +50,7 @@
print error_json(6);
return;
}
- load_user_plugins( $_SESSION["uid"]);
+ UserHelper::load_user_plugins($_SESSION["uid"]);
}
$purge_intervals = array(