summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/index.php b/api/index.php
index a8484ef0e..b02a5d679 100644
--- a/api/index.php
+++ b/api/index.php
@@ -57,6 +57,10 @@
if (!init_plugins()) return;
+ if ($_SESSION["uid"]) {
+ load_user_plugins( $_SESSION["uid"]);
+ }
+
$method = strtolower($_REQUEST["op"]);
$handler = new API($_REQUEST);