summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/index.php b/api/index.php
index 363f2ae13..8e85919c6 100644
--- a/api/index.php
+++ b/api/index.php
@@ -67,7 +67,7 @@
return;
}
- load_user_plugins( $_SESSION["uid"]);
+ UserHelper::load_user_plugins( $_SESSION["uid"]);
}
$method = strtolower($_REQUEST["op"]);