[Tickets #2324] RESOLVED: Override VFS username and password (patch)
bugs@bugs.horde.org
bugs at bugs.horde.org
Thu Jul 28 13:22:28 PDT 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=2324
-----------------------------------------------------------------------
Ticket | 2324
Updated By | maddog2k at maddog2k.net
Summary | Override VFS username and password (patch)
Queue | Ingo
Version | HEAD
State | Resolved
Priority | 1. Low
Type | Enhancement
Owners |
+New Attachment | vfs-fix.patch
-----------------------------------------------------------------------
maddog2k at maddog2k.net (2005-07-28 13:22) wrote:
Hi,
You broke 2 things:
You renamed function substVars to _substVars, but the calls to this function
are still '$this->substVars()'. Also, you forgot to fill
$this->_params['username'] and ['password'] with the values of ['vfs_user']
and ['vfs_pass'], since those variables are used by the VFS driver.
Perhaps it would be cleaner to not use 'vfs_user' & 'vfs_pass', but to use
'username' and 'password'. But that's up to you :)
I've added a fix for the 2 problems above.
More information about the bugs
mailing list