1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

More PHP 8.1 fixes.

This commit is contained in:
Cameron
2021-11-26 12:36:25 -08:00
parent 5810f8148d
commit 2c9afc83ee
16 changed files with 48 additions and 49 deletions

View File

@@ -929,6 +929,8 @@ class system_tools
$mes = e107::getMessage();
$sql = e107::getDb('utf8-convert');
$qry = [];
if($sql->gen($query))
{