diff --git a/includes/LatestDiscussions.class.php b/includes/LatestDiscussions.class.php index b061fc0..3217eb1 100644 --- a/includes/LatestDiscussions.class.php +++ b/includes/LatestDiscussions.class.php @@ -176,7 +176,7 @@ public function renderComments($pages){ $commentFormatedDate = $commentTime->getRelativeTimestamp ( null, null, null, $chosenIntervals ); } else { // parser may not be started yet, so this doens't works : - // $lang = self::$parser->getFunctionLang (); + // $lang = self::$parser->getTargetLanguage (); // self::$parser->getUser () $lang = RequestContext::getMain()->getLanguage(); $user = RequestContext::getMain()->getUser();