mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 00:05:46 +02:00
Issue #4299 - PHP8 compatibility fixes.
This commit is contained in:
@@ -42,7 +42,7 @@ class forum_event
|
||||
fclose($myfile);
|
||||
echo('hola');
|
||||
print_a($data);*/
|
||||
e107::getDb()->update('user_extended', "user_plugin_forum_viewed = NULL WHERE user_extended_id = ".$data[user_id]);
|
||||
e107::getDb()->update('user_extended', "user_plugin_forum_viewed = NULL WHERE user_extended_id = ".$data['user_id']);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user