mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
ignore conversion of false to array
This commit is contained in:
@@ -126,6 +126,8 @@ if (! ($config = $cache->get('data_config')))
|
||||
|
||||
if (! ($olang = $cache->get('data_lang' . $config['language'])))
|
||||
{
|
||||
$olang = [];
|
||||
|
||||
$query = [
|
||||
'SELECT' => 'l.word, l.trans',
|
||||
'FROM' => "{$dbprefix}lang l",
|
||||
|
||||
Reference in New Issue
Block a user