summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 13568d165..b0ef5e0f1 100644
--- a/backend.php
+++ b/backend.php
@@ -77,6 +77,8 @@
return;
}
+ $plugins = new Plugins($link);
+
$purge_intervals = array(
0 => __("Use default"),
-1 => __("Never purge"),