If the file doesn't exist, we get a whole bunch of cascading PHP errors.
[lhc/web/wiklou.git] / includes / MagicWord.php
index f53fdda..4e97016 100644 (file)
@@ -78,6 +78,7 @@ class MagicWord {
                'revisionmonth',
                'revisionyear',
                'revisiontimestamp',
+               'revisionuser',
                'subpagename',
                'subpagenamee',
                'displaytitle',
@@ -90,8 +91,9 @@ class MagicWord {
                'subjectpagename',
                'subjectpagenamee',
                'numberofusers',
-               'activeusers',
+               'numberofactiveusers',
                'newsectionlink',
+               'nonewsectionlink',
                'numberofpages',
                'currentversion',
                'basepagename',
@@ -142,7 +144,7 @@ class MagicWord {
                'localweek' => 3600,
                'localdow' => 3600,
                'numberofusers' => 3600,
-               'activeusers' => 3600,
+               'numberofactiveusers' => 3600,
                'numberofpages' => 3600,
                'currentversion' => 86400,
                'currenttimestamp' => 3600,
@@ -160,6 +162,7 @@ class MagicWord {
                'toc',
                'noeditsection',
                'newsectionlink',
+               'nonewsectionlink',
                'hiddencat',
                'index',
                'noindex',