summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 66afb06c0..cc45b6a85 100644
--- a/backend.php
+++ b/backend.php
@@ -63,6 +63,10 @@
authenticate_user($link, "admin", null);
}
+ if ($_SESSION["uid"]) {
+ load_user_plugins($link, $_SESSION["uid"]);
+ }
+
$purge_intervals = array(
0 => __("Use default"),
-1 => __("Never purge"),