summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-08-04 19:38:25 +0400
committerAndrew Dolgov <[email protected]>2011-08-04 19:54:44 +0400
commit7d96bfcd6d6d7ad527b0b78ccf5e8cb0dacad1ab (patch)
treed11c80e526466032b2a8a1be6b56fc1124804d08 /backend.php
parente56beb95fab70161da676cb5d28fd0abd06c11ac (diff)
misc headlines speedup
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index cdd1e653b..39befe202 100644
--- a/backend.php
+++ b/backend.php
@@ -361,8 +361,10 @@
$disable_cache = $ret[3];
$vgroup_last_feed = $ret[4];
- $reply['headlines']['content'] = $ret[5];
- $reply['headlines']['toolbar'] = $ret[6];
+// if ($_REQUEST["debug"]) print_r($ret);
+
+ $reply['headlines']['content'] =& $ret[5]['content'];
+ $reply['headlines']['toolbar'] =& $ret[5]['toolbar'];
if ($_REQUEST["debug"]) $timing_info = print_checkpoint("05", $timing_info);