From eb9f307da8f12d12b61c15faffd3e3b9ed554ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sun, 22 Dec 2013 22:30:49 -0500 Subject: [PATCH] Fix error after refactoring --- models/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/item.php b/models/item.php index e10b75b..47ba66d 100644 --- a/models/item.php +++ b/models/item.php @@ -345,7 +345,7 @@ function update_all($feed_id, array $items, $grabber = false) if ($db->table('items')->eq('id', $item->id)->count() !== 1) { if (! $item->content && ! $nocontent && $grabber) { - $item->content = download_content($item->url); + $item->content = download_content_url($item->url); } $db->table('items')->save(array(