* Reorganised the includes directory, creating subdirectories db, parser and specials
[lhc/web/wiklou.git] / includes / SpecialPage.php
index fe41c42..7b8748e 100644 (file)
@@ -642,7 +642,7 @@ class SpecialPage
                        $this->mFunction = $function;
                }
                if ( $file === 'default' ) {
-                       $this->mFile = dirname(__FILE__) . "/Special{$name}.php";
+                       $this->mFile = dirname(__FILE__) . "/specials/$name.php";
                } else {
                        $this->mFile = $file;
                }