r89004 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89003‎ | r89004 | r89005 >
Date:22:40, 27 May 2011
Author:preilly
Status:deferred
Tags:
Comment:
fix inconsistent variable name
Modified paths:
  • /trunk/extensions/PatchOutputMobile/PatchOutputMobile.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PatchOutputMobile/PatchOutputMobile.php
@@ -39,7 +39,7 @@
4040 'onOutputPageBeforeHTML' );
4141
4242 class ExtPatchOutputMobile {
43 - const VERSION = '0.4.0';
 43+ const VERSION = '0.4.1';
4444
4545 private $doc;
4646
@@ -147,7 +147,7 @@
148148 $explainDisable = self::$messages['patch-output-mobile-explain-disable'];
149149 $disableButton = self::$messages['patch-output-mobile-disable-button'];
150150 $backButton = self::$messages['patch-output-mobile-back-button'];
151 - $title = $are_you_sure;
 151+ $title = $areYouSure;
152152 $cssFileName = ( isset( self::$device['css_file_name'] ) ) ? self::$device['css_file_name'] : 'default';
153153 require( 'views/notices/_donate.html.php' );
154154 require( 'views/layout/_search_webkit.html.php' );

Status & tagging log