[ingo] vfs driver does not create path
kc
stevekwok at hotmail.com
Mon Aug 13 02:26:20 UTC 2007
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);
More information about the ingo
mailing list