Skip to content
Snippets Groups Projects
Commit 5d97019d authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

api: load user plugins properly

parent e6905f7f
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,10 @@
if (!init_plugins()) return;
if ($_SESSION["uid"]) {
load_user_plugins( $_SESSION["uid"]);
}
$method = strtolower($_REQUEST["op"]);
$handler = new API($_REQUEST);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment