r114395 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114394‎ | r114395 | r114396 >
Date:19:27, 21 March 2012
Author:jeroendedauw
Status:ok
Tags:
Comment:
fix compat issue
Modified paths:
  • /trunk/extensions/EducationProgram/compat/CacheHelper.php (modified) (history)

Diff [purge]

Index: trunk/extensions/EducationProgram/compat/CacheHelper.php
@@ -194,7 +194,7 @@
195195 if ( $this->cacheExpiry < 86400 * 3650 ) {
196196 $message = $context->msg(
197197 'cachedspecial-viewing-cached-ttl',
198 - $context->getLanguage()->formatDuration( $this->cacheExpiry )
 198+ EPUtils::formatDuration( $this->cacheExpiry ) // TODO: $context->getLanguage()->
199199 )->escaped();
200200 }
201201 else {

Status & tagging log