Merge branch 'fixCCache'

This commit is contained in:
chyiz
2017-05-12 02:19:18 -04:00

View File

@@ -558,7 +558,7 @@ class FeverAPI extends Handler {
{
$line_content = $this->my_sanitize($line["content"], $line["link"]);
if (ADD_ATTACHED_FILES){
$enclosures = get_article_enclosures($line["id"]);
$enclosures = Article::get_article_enclosures($line["id"]);
if (count($enclosures) > 0) {
$line_content .= '<ul type="lower-greek">';
foreach ($enclosures as $enclosure) {