diff --git a/api/index.php b/api/index.php
index a8484ef0e562c8ae3adc81209c6249cf9466099b..b02a5d6794d3e4294bf72321ecf1e4ab2b6de22e 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);