1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-28 06:11:30 +00:00

compat patches for php7

This commit is contained in:
Andrew Dolgov
2015-12-04 09:29:58 +03:00
parent 9bd422c2e7
commit 1bd552ee31
3 changed files with 7 additions and 7 deletions

View File

@@ -935,7 +935,7 @@ class Feeds extends Handler_Protected {
//$reply['headlines']['content'] =& $ret[5]['content'];
//$reply['headlines']['toolbar'] =& $ret[5]['toolbar'];
$reply['headlines'] =& $ret[5];
$reply['headlines'] = $ret[5];
if (!$next_unread_feed)
$reply['headlines']['id'] = $feed;