Index: trunk/extensions/EducationProgram/compat/CacheHelper.php |
— | — | @@ -194,7 +194,7 @@ |
195 | 195 | if ( $this->cacheExpiry < 86400 * 3650 ) { |
196 | 196 | $message = $context->msg( |
197 | 197 | 'cachedspecial-viewing-cached-ttl', |
198 | | - $context->getLanguage()->formatDuration( $this->cacheExpiry ) |
| 198 | + EPUtils::formatDuration( $this->cacheExpiry ) // TODO: $context->getLanguage()-> |
199 | 199 | )->escaped(); |
200 | 200 | } |
201 | 201 | else { |