mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Issue #1356 - PHP7 Fixes.
This commit is contained in:
@@ -281,7 +281,7 @@ class e_admin_log
|
||||
}
|
||||
|
||||
|
||||
$explain = mysql_real_escape_string($tp->toDB($explain, true, false, 'no_html'));
|
||||
$explain = e107::getDb()->escape($tp->toDB($explain, true, false, 'no_html'));
|
||||
$event_title = $tp->toDB($event_title, true, false, 'no_html');
|
||||
|
||||
//---------------------------------------
|
||||
|
Reference in New Issue
Block a user