Merge "API: Handle "special" options in action=options"
[lhc/web/wiklou.git] / includes / Preferences.php
index 44520e8..ba1aae8 100644 (file)
@@ -62,6 +62,13 @@ class Preferences {
                'emailaddress',
        );
 
+       /**
+        * @return array
+        */
+       static function getSaveBlacklist() {
+               return self::$saveBlacklist;
+       }
+
        /**
         * @throws MWException
         * @param $user User