changing default only in documentation is not enought ;-)

This commit is contained in:
Ralf Becker 2010-11-07 13:21:56 +00:00
parent 297fc564d5
commit 94037f17df

View File

@ -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;