ignore conversion of false to array

This commit is contained in:
Hani Rouatbi
2022-08-24 12:44:41 +01:00
committed by GitHub
parent 1da7abb49e
commit 9350823dff

View File

@@ -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",