mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
Issue $4501 Fix fatal error PHP 8.3
This commit is contained in:
parent
8bf7df5ce7
commit
939a149ed0
@ -887,6 +887,11 @@ class db_verify
|
||||
*/
|
||||
function getId($tabl,$cur)
|
||||
{
|
||||
if(empty($tabl))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
$key = array_flip($tabl);
|
||||
|
||||
if(strpos($cur,"lan_") === 0) // language table adjustment.
|
||||
|
Loading…
x
Reference in New Issue
Block a user