api: fix typo

master
Andrew Dolgov 11 years ago
parent f48d89fd58
commit 4f2a2ca945

@ -665,12 +665,12 @@ class API extends Handler {
"tags" => $tags,
);
if ($include_attachments)
$headline_row['attachments'] = get_article_enclosures(
$line['id']);
if ($include_attachments)
$headline_row['attachments'] = get_article_enclosures(
$line['id']);
if (!$show_excerpt )
$headline_row["excerpt"] = $ine["content_preview"];
if (!$show_excerpt)
$headline_row["excerpt"] = $line["content_preview"];
if ($show_content) {

Loading…
Cancel
Save