mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 14:05:56 +00:00
backend: fix warning in zoom mode
This commit is contained in:
@@ -218,7 +218,7 @@
|
|||||||
$mode = db_escape_string($_REQUEST["mode"]);
|
$mode = db_escape_string($_REQUEST["mode"]);
|
||||||
$omode = db_escape_string($_REQUEST["omode"]);
|
$omode = db_escape_string($_REQUEST["omode"]);
|
||||||
|
|
||||||
print "<reply>";
|
if ($mode != "zoom") print "<reply>";
|
||||||
|
|
||||||
// in prefetch mode we only output requested cids, main article
|
// in prefetch mode we only output requested cids, main article
|
||||||
// just gets marked as read (it already exists in client cache)
|
// just gets marked as read (it already exists in client cache)
|
||||||
@@ -245,7 +245,7 @@
|
|||||||
print "]]></counters>";
|
print "]]></counters>";
|
||||||
} */
|
} */
|
||||||
|
|
||||||
print "</reply>";
|
if ($mode != "zoom") print "</reply>";
|
||||||
break; // view
|
break; // view
|
||||||
|
|
||||||
case "viewfeed":
|
case "viewfeed":
|
||||||
|
|||||||
Reference in New Issue
Block a user