summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/models/Feed.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/models/Feed.php b/app/models/Feed.php
index d4ff00e21..2260f6fdf 100644
--- a/app/models/Feed.php
+++ b/app/models/Feed.php
@@ -100,8 +100,7 @@ class Feed extends Model {
$favicon_url = Url::display ($file);
if (!file_exists (PUBLIC_PATH . $file)) {
- $base_url = dowload_favicon ($this->website (), $this->id ());
- $favicon_url = Url::display ($base_url);
+ download_favicon ($this->website (), $this->id ());
}
return $favicon_url;