mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
"fixed sometimes not loaded self:$db object in crontab calls"
This commit is contained in:
parent
5378561274
commit
a52fa4d5fc
@ -278,6 +278,7 @@ class translation
|
||||
}
|
||||
else
|
||||
{
|
||||
if (is_null(self::$db)) self::init(false);
|
||||
$loaded = array();
|
||||
foreach(self::$db->select(self::LANG_TABLE,'message_id,content',array(
|
||||
'lang' => $lang,
|
||||
|
Loading…
Reference in New Issue
Block a user