http://www.mediawiki.org/wiki/Special:Code/MediaWiki/71109

Revision: 71109
Author:   jeroendedauw
Date:     2010-08-15 09:48:11 +0000 (Sun, 15 Aug 2010)

Log Message:
-----------
Follow up to r71107

Modified Paths:
--------------
    trunk/extensions/Deployment/Deployment.php

Modified: trunk/extensions/Deployment/Deployment.php
===================================================================
--- trunk/extensions/Deployment/Deployment.php  2010-08-15 09:41:02 UTC (rev 
71108)
+++ trunk/extensions/Deployment/Deployment.php  2010-08-15 09:48:11 UTC (rev 
71109)
@@ -68,19 +68,4 @@
                'descriptionmsg' => 'deployment-desc',
        );      
        
-}
-
-/**
- * Returns the PackageRepository object for interaction with the package 
repository.
- * 
- * @return PackageRepository
- */
-function wfGetRepository() {
-       global $wgRepository, $wgRepositoryApiLocation;
-       
-       if ( !isset( $wgRepository ) ) {
-               $wgRepository = new DistributionRepository( 
$wgRepositoryApiLocation );
-       }
-       
-       return $wgRepository;
-} 
\ No newline at end of file
+}
\ No newline at end of file



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to