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

Revision: 75683
Author:   catrope
Date:     2010-10-29 22:15:26 +0000 (Fri, 29 Oct 2010)
Log Message:
-----------
Fix undefined $basepath warning reported by Reedy

Modified Paths:
--------------
    trunk/extensions/ProofreadPage/ProofreadPage_body.php

Modified: trunk/extensions/ProofreadPage/ProofreadPage_body.php
===================================================================
--- trunk/extensions/ProofreadPage/ProofreadPage_body.php       2010-10-29 
22:03:17 UTC (rev 75682)
+++ trunk/extensions/ProofreadPage/ProofreadPage_body.php       2010-10-29 
22:15:26 UTC (rev 75683)
@@ -101,7 +101,7 @@
                                                
'proofreadpage_quality3_category',
                                                
'proofreadpage_quality4_category',
                                        )
-                               ), $basepath, $remotepath
+                               ), $localpath, $remotepath
                        )
                );
 
@@ -110,7 +110,7 @@
                        new ResourceLoaderFileModule(
                                array(
                                        'scripts' => 'proofread_article.js'
-                               ), $basepath, $remotepath
+                               ), $localpath, $remotepath
                        )
                );
 
@@ -118,7 +118,7 @@
                        'ext.proofreadpage.index',
                        new ResourceLoaderFileModule(
                                array( 'scripts' => 'proofread_index.js' ),
-                               $basepath, $remotepath
+                               $localpath, $remotepath
                        )
                );
 


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

Reply via email to