mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
fixed annoying typo, that caused the lang-files to be loaded on every login
This commit is contained in:
parent
cb01770f48
commit
10318b0554
@ -347,7 +347,7 @@
|
||||
|
||||
$raw[$app_name][$message_id] = $content;
|
||||
}
|
||||
$GLOBALS['phpgw_info']['server']['lang_ctimes'][$lang][$app['name']] = filectime($appfile);
|
||||
$GLOBALS['phpgw_info']['server']['lang_ctimes'][$lang][$app] = filectime($appfile);
|
||||
}
|
||||
}
|
||||
$charset = @$raw['common']['charset'] ? $raw['common']['charset'] : $this->charset($lang);
|
||||
|
Loading…
Reference in New Issue
Block a user