r49526 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49525‎ | r49526 | r49527 >
Date:21:02, 15 April 2009
Author:yaron
Status:deferred
Tags:
Comment:
Fixed typo
Modified paths:
  • /trunk/extensions/SemanticResultFormats/Calendar/SRF_Calendar.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/Calendar/SRF_Calendar.php
@@ -53,7 +53,7 @@
5454 $text .= '|' . ($i + 1) . '=';
5555 while ( ($object = $field->getNextObject()) !== false ) {
5656 if ($object->getTypeID() == '_dat') {
57 - $test .= SRFCalendar::formatDateStr($object);
 57+ $text .= SRFCalendar::formatDateStr($object);
5858 } elseif ($object->getTypeID() == '_wpg') { // use shorter "LongText" for wikipage
5959 $text .= $object->getLongText($outputmode, NULL);
6060 } else {

Status & tagging log