r54938 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54937‎ | r54938 | r54939 >
Date:14:29, 13 August 2009
Author:catrope
Status:deferred
Tags:
Comment:
LocalisationUpdate: Fix undefined variables in r54936
Modified paths:
  • /trunk/extensions/LocalisationUpdate/LocalisationUpdate.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LocalisationUpdate/LocalisationUpdate.class.php
@@ -1,7 +1,7 @@
22 <?php
33 class LocalisationUpdate {
44 // DB Search funtion
5 - public static function onRecache( $lc, $code, &$data ) {
 5+ public static function onRecache( $lc, $langcode, &$cache ) {
66 $dbr = wfGetDB ( DB_SLAVE );
77
88 // Get the messages from the database

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r54936Simplistic reorganisation for compatibility with r52503. Load messages pre-ca...tstarling14:16, 13 August 2009

Status & tagging log