From 89473cb5c62f886ffa06642dacf53254e584d21f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Apr 2013 09:09:51 +0400 Subject: feedtree: don't request null icon --- include/functions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index 0148d069d..43138a1f9 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1851,6 +1851,8 @@ } break; } + + return false; } function getFeedTitle($link, $id, $cat = false) { -- cgit v1.2.3