This commit is contained in:
Romain Neutron
2013-10-30 19:35:23 +01:00
parent 36f7b24f26
commit 9b471fdf76
129 changed files with 473 additions and 477 deletions

View File

@@ -264,7 +264,7 @@ class Feed_Entry_Item implements Feed_Entry_ItemInterface, cache_cacheableInterf
$rows = $stmt->fetchAll(\PDO::FETCH_ASSOC);
$stmt->closeCursor();
foreach($rows as $row) {
foreach ($rows as $row) {
if (!isset($feeds[$row['feed']])) {
$feeds[$row['feed']] = new Feed_Adapter($app, $row['feed']);
}