mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 10:01:56 +02:00
Issue #1356 - PHP7 Fixes.
This commit is contained in:
@@ -339,7 +339,7 @@ class tinymce
|
||||
{
|
||||
$query = str_replace("{ID}",$id,$this->editQry);
|
||||
$sql->db_Select_gen($query);
|
||||
$row = $sql->db_Fetch(MYSQL_ASSOC);
|
||||
$row = $sql->db_Fetch();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user