mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
Issue #1356 - PHP7 Fixes.
This commit is contained in:
@@ -93,7 +93,7 @@ class newsfeedClass
|
||||
|
||||
if ($sql->select("newsfeed", $fieldList, '`newsfeed_active` > 0')) // Read in all the newsfeed info on the first go
|
||||
{
|
||||
while ($row = $sql->fetch(MYSQL_ASSOC))
|
||||
while ($row = $sql->fetch())
|
||||
{
|
||||
$nfID = $row['newsfeed_id'];
|
||||
|
||||
|
Reference in New Issue
Block a user