@@ -120,8 +120,7 @@ |
||
120 | 120 | $date = @$this->items[$i]['created']; |
121 | 121 | } |
122 | 122 | $this->items[$i]['modified'] = $date; |
123 | - } |
|
124 | - elseif ($this->is_rss() !== '1.0'): |
|
123 | + } elseif ($this->is_rss() !== '1.0'): |
|
125 | 124 | for ($i = 0, $iMax = count($this->items); $i < $iMax; ++$i) { |
126 | 125 | if ($date = @$this->items[$i]['pubdate']) { |
127 | 126 | continue; |