* Update messages.inc
[lhc/web/wiklou.git] / maintenance / installExtension.php
index c5bb548..549c4a6 100644 (file)
@@ -17,8 +17,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  *
- * @package MediaWiki
- * @subpackage Maintenance
+ * @addtogroup Maintenance
  */
 
 $optionsWithArgs = array( 'target', 'repository', 'repos' );
@@ -74,7 +73,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;
                }
                
@@ -653,4 +652,4 @@ if ( $ok ) $ok = $installer->patchLocalSettings( $mode );
 if ( $ok ) $ok = $installer->printNotices();
 
 if ( $ok ) $installer->note( "$name extension installed." );
-?>
+