$repos not defined, using {$this->path} instead.
authorNick Jenkins <nickj@users.mediawiki.org>
Fri, 12 Jan 2007 06:39:14 +0000 (06:39 +0000)
committerNick Jenkins <nickj@users.mediawiki.org>
Fri, 12 Jan 2007 06:39:14 +0000 (06:39 +0000)
maintenance/installExtension.php

index c5bb548..06d15e9 100644 (file)
@@ -74,7 +74,7 @@ class LocalInstallerRepository extends InstallerRepository {
        function printListing( ) {
                $ff = glob( "{$this->path}/*" );
                if ( $ff === false || $ff === NULL ) {
-                       ExtensionInstaller::error( "listing directory $repos failed!" );
+                       ExtensionInstaller::error( "listing directory {$this->path} failed!" );
                        return false;
                }