X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fspecials%2FSpecialUncategorizedcategories.php;h=60cbff12e33e170a9c24900ba4f195d5c98c085a;hp=2dcb77f824f51dc13ebe7e411f04c81acf6867ce;hb=b5cbb5ab3f084da72b12fbca770a3694d03931e9;hpb=39d5e7aa6e91b6726f10b5e69a2140bd93ddc5a3 diff --git a/includes/specials/SpecialUncategorizedcategories.php b/includes/specials/SpecialUncategorizedcategories.php index 2dcb77f824..60cbff12e3 100644 --- a/includes/specials/SpecialUncategorizedcategories.php +++ b/includes/specials/SpecialUncategorizedcategories.php @@ -47,6 +47,7 @@ class UncategorizedCategoriesPage extends UncategorizedPagesPage { */ private function getExceptionList() { if ( $this->exceptionList === null ) { + $this->exceptionList = []; $exList = $this->msg( 'uncategorized-categories-exceptionlist' ) ->inContentLanguage()->plain(); $proposedTitles = explode( "\n", $exList );