Merge branch 'master' of git.fakecake.org:tt-rss
This commit is contained in:
commit
961cae85a4
|
@ -1890,6 +1890,7 @@
|
|||
$rv = $retval;
|
||||
}
|
||||
}
|
||||
unset($retval); // Unset to prevent breaking render if there are no HOOK_RENDER_ENCLOSURE hooks below.
|
||||
|
||||
if ($rv === '' && !empty($result)) {
|
||||
$entries_html = array();
|
||||
|
|
|
@ -1248,6 +1248,8 @@
|
|||
if ($file_content && strlen($file_content) > _MIN_CACHE_IMAGE_SIZE) {
|
||||
file_put_contents($local_filename, $file_content);
|
||||
}
|
||||
} else {
|
||||
touch($local_filename);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue