WLFilters: Correctly check if RCFilters should be enabled on WL
[lhc/web/wiklou.git] / includes / specialpage / ChangesListSpecialPage.php
index 6cb56d4..b6d1028 100644 (file)
@@ -1778,7 +1778,7 @@ abstract class ChangesListSpecialPage extends SpecialPage {
                        return true;
                }
 
-               return self::checkStructuredFilterUiEnabled(
+               return static::checkStructuredFilterUiEnabled(
                        $this->getConfig(),
                        $this->getUser()
                );