The beginnings of HipHop compiled mode support. It works now for parser cache hits.
[lhc/web/wiklou.git] / includes / installer / WebInstaller.php
index 493e81f..0d00726 100644 (file)
@@ -408,9 +408,6 @@ class WebInstaller extends Installer {
         * @return WebInstallerPage
         */
        public function getPageByName( $pageName ) {
-               // Totally lame way to force autoload of WebInstallerPage.php
-               class_exists( 'WebInstallerPage' );
-
                $pageClass = 'WebInstaller_' . $pageName;
 
                return new $pageClass( $this );