mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
quietened permanent eror_log
This commit is contained in:
parent
5f2252819a
commit
0db7258a7b
@ -623,7 +623,7 @@ class translation
|
||||
*/
|
||||
static function install_langs($langs,$upgrademethod='dumpold',$only_app=False)
|
||||
{
|
||||
error_log(__METHOD__.'('.array2string($langs).", $upgrademethod, $only_app)");
|
||||
//error_log(__METHOD__.'('.array2string($langs).", $upgrademethod, $only_app)");
|
||||
if (is_null(self::$db)) self::init(false);
|
||||
|
||||
@set_time_limit(0); // we might need some time
|
||||
|
Loading…
Reference in New Issue
Block a user