summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/installed/privacy/privacy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/installed/privacy/privacy.py b/modules/installed/privacy/privacy.py
index b62ba5d..8eee565 100644
--- a/modules/installed/privacy/privacy.py
+++ b/modules/installed/privacy/privacy.py
@@ -5,6 +5,7 @@ from modules.auth import require
import cfg
class Privacy(PagePlugin):
+ order = 20 # order of running init in PagePlugins
def __init__(self, *args, **kwargs):
PagePlugin.__init__(self, *args, **kwargs)
self.register_page("privacy")