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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user