r105683 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105682‎ | r105683 | r105684 >
Date:18:13, 9 December 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Modified paths:
  • /trunk/extensions/SemanticResultFormats/iCalendar/SRF_iCalendar.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/iCalendar/SRF_iCalendar.php
@@ -23,7 +23,7 @@
2424 parent::handleParameters( $params, $outputmode );
2525
2626 $this->m_title = trim( $params['title'] );
27 - $this->m_description = trim( $params['icalendardescription'] );
 27+ $this->m_description = trim( $params['description'] );
2828 }
2929
3030 public function getMimeType( $res ) {