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

Revision: 90922
Author:   reedy
Date:     2011-06-27 23:16:19 +0000 (Mon, 27 Jun 2011)
Log Message:
-----------
Fix casing of langcode

Modified Paths:
--------------
    trunk/phase3/includes/specials/SpecialAllmessages.php

Modified: trunk/phase3/includes/specials/SpecialAllmessages.php
===================================================================
--- trunk/phase3/includes/specials/SpecialAllmessages.php       2011-06-27 
23:08:30 UTC (rev 90921)
+++ trunk/phase3/includes/specials/SpecialAllmessages.php       2011-06-27 
23:16:19 UTC (rev 90922)
@@ -71,7 +71,7 @@
                        wfGetLangObj( $request->getVal( 'lang', $par ) )
                );
 
-               $this->langCode = $this->table->lang->getCode();
+               $this->langcode = $this->table->lang->getCode();
 
                $out->addHTML( $this->table->buildForm() .
                        $this->table->getNavigationBar() .
@@ -82,15 +82,13 @@
 
 }
 
-
-
 /**
  * Use TablePager for prettified output. We have to pretend that we're
  * getting data from a table when in fact not all of it comes from the 
database.
  */
 class AllmessagesTablePager extends TablePager {
 
-       protected $filter, $prefix, $langCode;
+       protected $filter, $prefix, $langcode;
 
        public $mLimitsShown;
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to