Index: trunk/extensions/RSS/RSSParser.php |
— | — | @@ -229,7 +229,7 @@ |
230 | 230 | */ |
231 | 231 | function renderFeed( $parser, $frame ) { |
232 | 232 | $output = ""; |
233 | | - if ( $this->itemTemplate ) { |
| 233 | + if ( isset( $this->itemTemplate ) ) { |
234 | 234 | $headcnt = 0; |
235 | 235 | if ( $this->reversed ) { |
236 | 236 | $this->rss->items = array_reverse( $this->rss->items ); |