Index: trunk/extensions/SemanticResultFormats/iCalendar/SRF_iCalendar.php |
— | — | @@ -22,8 +22,8 @@ |
23 | 23 | protected function handleParameters( array $params, $outputmode ) { |
24 | 24 | parent::handleParameters( $params, $outputmode ); |
25 | 25 | |
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'] ); |
28 | 28 | } |
29 | 29 | |
30 | 30 | public function getMimeType( $res ) { |