Only store currently-existing categories in the categories table
[lhc/web/wiklou.git] / includes / specials / SpecialProtectedpages.php
index 8e9636e..54b471e 100644 (file)
@@ -549,7 +549,7 @@ class ProtectedPagesPager extends TablePager {
                ];
        }
 
-       public function getTableClass() {
+       protected function getTableClass() {
                return parent::getTableClass() . ' mw-protectedpages';
        }