r97003 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97002‎ | r97003 | r97004 >
Date:21:13, 13 September 2011
Author:krinkle
Status:ok
Tags:
Comment:
[ResourceLoader 2]: Fix fatal r96863
* Call to a member function ucfirst() on a non-object
Modified paths:
  • /branches/RL2/extensions/Gadgets/backend/GadgetRepo.php (modified) (history)

Diff [purge]

Index: branches/RL2/extensions/Gadgets/backend/GadgetRepo.php
@@ -107,7 +107,7 @@
108108 if ( !$msg->exists() ) {
109109 global $wgLang;
110110 $langObj = $lang === null ? $wgLang : Language::factory( $lang );
111 - return $lang->ucfirst( $category );
 111+ return $langObj->ucfirst( $category );
112112 }
113113 return $msg->plain();
114114 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96863RL2: Move category title message logic to GadgetRepo::getCategoryTitle(). Thi...catrope16:45, 12 September 2011

Status & tagging log