Index: trunk/extensions/SemanticMediaWiki/includes/queryprinters/SMW_QP_RSSlink.php |
— | — | @@ -157,7 +157,7 @@ |
158 | 158 | $params['title']->setMessage( 'smw_paramdesc_rsstitle' ); |
159 | 159 | $params['title']->setDefault( '' ); |
160 | 160 | |
161 | | - $params['description'] = new Parameter( 'title' ); |
| 161 | + $params['description'] = new Parameter( 'description' ); |
162 | 162 | $params['description']->setMessage( 'smw_paramdesc_rssdescription' ); |
163 | 163 | $params['description']->setDefault( '' ); |
164 | 164 | |