mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 19:39:26 +01:00
changing default only in documentation is not enought ;-)
This commit is contained in:
parent
297fc564d5
commit
94037f17df
@ -280,7 +280,7 @@ class egw_vfs extends vfs_stream_wrapper
|
||||
* default null only checks if url does not contain a $ as used in $user or $pass
|
||||
* @return array|boolean array with fstab, if called without parameter or true on successful mount
|
||||
*/
|
||||
static function mount($url=null,$path=null,$check_url=true)
|
||||
static function mount($url=null,$path=null,$check_url=null)
|
||||
{
|
||||
if (is_null($check_url)) $check_url = strpos($url,'$') === false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user