X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialUncategorizedcategories.php;h=60cbff12e33e170a9c24900ba4f195d5c98c085a;hb=f1f9006707a2324505a9d97b32f07bf5a28aa37e;hp=2dcb77f824f51dc13ebe7e411f04c81acf6867ce;hpb=16ef3e79c4c52aa6b74563b7eadcfc9792e7a4c4;p=lhc%2Fweb%2Fwiklou.git 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 );