Index: trunk/extensions/SemanticResultFormats/Calendar/SRF_Calendar.php |
— | — | @@ -341,7 +341,7 @@ |
342 | 342 | list($event_title, $other_text, $event_date, $color) = $event; |
343 | 343 | if ($event_date == $date_str) { |
344 | 344 | if ($this->mTemplate != '') { |
345 | | - $templatetext = '{{' . $this->mTemplate . $other_text . '}}'; |
| 345 | + $templatetext = '{{' . $this->mTemplate . $other_text .'|thisdate=' . $date_str . '}}'; |
346 | 346 | $templatetext = $wgParser->replaceVariables($templatetext); |
347 | 347 | $templatetext = $wgParser->recursiveTagParse($templatetext); |
348 | 348 | $text .= $templatetext; |