oops, remove unneeded warnings
This commit is contained in:
parent
479da5aa86
commit
3ad820e083
|
@ -595,13 +595,9 @@ class RSSUtils {
|
|||
|
||||
Debug::log("checking favicon...", Debug::$LOG_VERBOSE);
|
||||
|
||||
user_error("before favicon", E_USER_WARNING);
|
||||
|
||||
self::check_feed_favicon($site_url, $feed);
|
||||
$favicon_modified_new = file_exists($favicon_file) ? filemtime($favicon_file) : -1;
|
||||
|
||||
user_error("after favicon", E_USER_WARNING);
|
||||
|
||||
if ($favicon_modified_new > $favicon_modified)
|
||||
$favicon_avg_color = '';
|
||||
|
||||
|
|
Loading…
Reference in New Issue