r90922 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90921‎ | r90922 | r90923 >
Date:23:16, 27 June 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix casing of langcode
Modified paths:
  • /trunk/phase3/includes/specials/SpecialAllmessages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialAllmessages.php
@@ -71,7 +71,7 @@
7272 wfGetLangObj( $request->getVal( 'lang', $par ) )
7373 );
7474
75 - $this->langCode = $this->table->lang->getCode();
 75+ $this->langcode = $this->table->lang->getCode();
7676
7777 $out->addHTML( $this->table->buildForm() .
7878 $this->table->getNavigationBar() .
@@ -82,15 +82,13 @@
8383
8484 }
8585
86 -
87 -
8886 /**
8987 * Use TablePager for prettified output. We have to pretend that we're
9088 * getting data from a table when in fact not all of it comes from the database.
9189 */
9290 class AllmessagesTablePager extends TablePager {
9391
94 - protected $filter, $prefix, $langCode;
 92+ protected $filter, $prefix, $langcode;
9593
9694 public $mLimitsShown;
9795

Status & tagging log