api: fix typo
This commit is contained in:
parent
f48d89fd58
commit
4f2a2ca945
|
@ -670,7 +670,7 @@ class API extends Handler {
|
|||
$line['id']);
|
||||
|
||||
if (!$show_excerpt)
|
||||
$headline_row["excerpt"] = $ine["content_preview"];
|
||||
$headline_row["excerpt"] = $line["content_preview"];
|
||||
|
||||
if ($show_content) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue