[ingo] vfs driver does not create path
Chuck Hagenbuch
chuck at horde.org
Mon Aug 13 03:04:13 UTC 2007
Quoting kc <stevekwok at hotmail.com>:
> By default the vfs (ftp) driver will not create path if not exist. Is it
> normal?
>
> All user home directory (where sieve script stored) are not exist in my
> virtual host environment.
>
> I have make change to vfs.php in info/lib/driver.
>
> mail dl # diff horde-webmail-1.0.1/ingo/lib/Driver/vfs.php
> ../webmail/ingo/lib/Driver/vfs.php
> 83c83
> < $res = $vfs->writeData('', $this->_params['vfs_path'] .
> $this->_params['filename'], $script);
> ---
>> $res = $vfs->writeData($this->_params['vfs_path'],
>> $this->_params['filename'], $script, true);
Change makes sense to me - I've committed it, thanks!
-chuck
More information about the ingo
mailing list