mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
quitent permanent error_log
This commit is contained in:
parent
34fd086dd0
commit
0e05b016ed
@ -223,7 +223,7 @@ class sqlfs_stream_wrapper implements iface_stream_wrapper
|
||||
elseif(!file_exists($fs_dir=dirname(self::_fs_path($this->opened_fs_id))))
|
||||
{
|
||||
$umaskbefore = umask();
|
||||
if (self::LOG_LEVEL) error_log(__METHOD__." about to call mkdir for $fs_dir # Present UMASK:".decoct($umaskbefore)." called from:".function_backtrace());
|
||||
if (self::LOG_LEVEL > 1) error_log(__METHOD__." about to call mkdir for $fs_dir # Present UMASK:".decoct($umaskbefore)." called from:".function_backtrace());
|
||||
self::mkdir_recursive($fs_dir,0700,true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user