r62989 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62988‎ | r62989 | r62990 >
Date:02:05, 26 February 2010
Author:dale
Status:deferred
Tags:
Comment:
* fixed language path
Modified paths:
  • /branches/js2-work/phase3/includes/Setup.php (modified) (history)
  • /branches/js2-work/phase3/includes/api/ApiUpload.php (modified) (history)

Diff [purge]

Index: branches/js2-work/phase3/includes/Setup.php
@@ -165,7 +165,7 @@
166166 wfMemoryLimit();
167167
168168 /**
169 - * Set up the timezone, suppressing the pseudo-security warning in PHP 5.1+
 169+ * Set up the timezone, suppressing the pseudo-security warning in PHP 5.1+
170170 * that happens whenever you use a date function without the timezone being
171171 * explicitly set. Inspired by phpMyAdmin's treatment of the problem.
172172 */
@@ -351,7 +351,7 @@
352352 # this can't be done in a normal extension type way
353353 # since the script-loader is an entry point
354354 #
355 -$wgExtensionMessagesFiles['mwEmbed'] = "{$IP}/js/mwEmbed/includes/languages/mwEmbed.i18n.php";
 355+$wgExtensionMessagesFiles['mwEmbed'] = "{$IP}/js/mwEmbed/languages/mwEmbed.i18n.php";
356356
357357 # Extension setup functions for extensions other than skins
358358 # Entries should be added to this variable during the inclusion
Index: branches/js2-work/phase3/includes/api/ApiUpload.php
@@ -257,6 +257,7 @@
258258 }
259259 return $result;
260260 }
 261+
261262 if( !$this->mParams['ignorewarnings'] ) {
262263 $warnings = $this->mUpload->checkWarnings();
263264 if( $warnings ) {

Status & tagging log