Index: trunk/extensions/SemanticResultFormats/iCalendar/SRF_iCalendar.php |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | parent::handleParameters( $params, $outputmode ); |
25 | 25 | |
26 | 26 | $this->m_title = trim( $params['title'] ); |
27 | | - $this->m_description = trim( $params['icalendardescription'] ); |
| 27 | + $this->m_description = trim( $params['description'] ); |
28 | 28 | } |
29 | 29 | |
30 | 30 | public function getMimeType( $res ) { |