r98518 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98517‎ | r98518 | r98519 >
Date:14:33, 30 September 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
follow up to r98517
Modified paths:
  • /trunk/extensions/SemanticResultFormats/iCalendar/SRF_iCalendar.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/iCalendar/SRF_iCalendar.php
@@ -22,8 +22,8 @@
2323 protected function handleParameters( array $params, $outputmode ) {
2424 parent::handleParameters( $params, $outputmode );
2525
26 - $this->m_params = trim( $this->m_params['title'] );
27 - $this->m_description = trim( $this->m_params['icalendardescription'] );
 26+ $this->m_params = trim( $this->params['title'] );
 27+ $this->m_description = trim( $this->params['icalendardescription'] );
2828 }
2929
3030 public function getMimeType( $res ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98517follow up to r98488; fixing compat of ical formatjeroendedauw14:31, 30 September 2011