Add the global correctly
authorPlatonides <platonides@gmail.com>
Fri, 8 Mar 2013 11:59:56 +0000 (12:59 +0100)
committerPlatonides <platonides@gmail.com>
Fri, 8 Mar 2013 11:59:56 +0000 (12:59 +0100)
Change-Id: I03be0cf1e82fc9f8f00727bed5aca9d9d2758c2e

includes/SpecialPage.php

index 0eadac5..5412d65 100644 (file)
@@ -860,6 +860,7 @@ class SpecialPage {
         * @since 1.21
         */
        public function getFinalGroupName() {
+               global $wgSpecialPageGroups;
                $name = $this->getName();
                $group = '-';