mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
fixed PHP Fatal error: Declaration of vfs_stream_wrapper::url_stat() must be compatible with that of iface_stream_wrapper::url_stat()
This commit is contained in:
parent
0f32405f0a
commit
2610b365c8
@ -720,7 +720,7 @@ class vfs_stream_wrapper implements iface_stream_wrapper
|
||||
* @param boolean $check_symlink_components=true check if path contains symlinks in path components other then the last one
|
||||
* @return array
|
||||
*/
|
||||
static function url_stat ( $path, $flags=0, $try_create_home=false, $check_symlink_components=true )
|
||||
static function url_stat ( $path, $flags, $try_create_home=false, $check_symlink_components=true )
|
||||
{
|
||||
if (self::LOG_LEVEL > 1) error_log(__METHOD__."('$path',$flags,try_create_home=$try_create_home,check_symlink_components=$check_symlink_components)");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user