summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-17 09:09:51 +0400
committerAndrew Dolgov <[email protected]>2013-04-17 09:09:51 +0400
commit89473cb5c62f886ffa06642dacf53254e584d21f (patch)
tree542f5d1cb395fe2dfd0899608b54b880e0a9670a /include
parent5e6f0145c8a156e122e687a168e9e6505b76e89f (diff)
feedtree: don't request null icon
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 2 insertions, 0 deletions
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) {