Rename all the special page class files back to their proper names.
[lhc/web/wiklou.git] / includes / SpecialPage.php
index f9211e9..e092980 100644 (file)
@@ -642,7 +642,7 @@ class SpecialPage
                        $this->mFunction = $function;
                }
                if ( $file === 'default' ) {
-                       $this->mFile = dirname(__FILE__) . "/specials/$name.php";
+                       $this->mFile = dirname(__FILE__) . "/specials/Special$name.php";
                } else {
                        $this->mFile = $file;
                }