Completed
Push — master ( 15a86c...ff0242 )
by Michael
03:23
created
class/xmlparser.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -120,8 +120,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.