[Tickets #7880] customsql.php realm error
bugs at horde.org
bugs at horde.org
Fri Jan 23 15:42:22 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7880
------------------------------------------------------------------------------
Ticket | 7880
Created By | horde at smartsector.hu
Summary | customsql.php realm error
Queue | Forwards
Version | 3.1-RC1
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
horde at smartsector.hu (2009-01-23 10:42) wrote:
Recive the following error message if you do not set up realm:
Warning: array_merge() [function.array-merge]: Argument #2 is not an
array in /usr/share/horde3/forwards/lib/Driver/customsql.php on line 29
$args = array_merge($this->_params, $this->_params[$this->_realm]);
fast patch is anybody need(not to beautiful...):
$args = $this->_params;
that's all.
More information about the bugs
mailing list