backend: fix warning in zoom mode
This commit is contained in:
parent
905ff52a36
commit
8cab2eb923
|
@ -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":
|
||||||
|
|
Loading…
Reference in New Issue