r75683 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75682‎ | r75683 | r75684 >
Date:22:15, 29 October 2010
Author:catrope
Status:ok
Tags:
Comment:
Fix undefined $basepath warning reported by Reedy
Modified paths:
  • /trunk/extensions/ProofreadPage/ProofreadPage_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ProofreadPage/ProofreadPage_body.php
@@ -101,7 +101,7 @@
102102 'proofreadpage_quality3_category',
103103 'proofreadpage_quality4_category',
104104 )
105 - ), $basepath, $remotepath
 105+ ), $localpath, $remotepath
106106 )
107107 );
108108
@@ -110,7 +110,7 @@
111111 new ResourceLoaderFileModule(
112112 array(
113113 'scripts' => 'proofread_article.js'
114 - ), $basepath, $remotepath
 114+ ), $localpath, $remotepath
115115 )
116116 );
117117
@@ -118,7 +118,7 @@
119119 'ext.proofreadpage.index',
120120 new ResourceLoaderFileModule(
121121 array( 'scripts' => 'proofread_index.js' ),
122 - $basepath, $remotepath
 122+ $localpath, $remotepath
123123 )
124124 );
125125

Status & tagging log