[#7880] customsql.php realm error
Summary customsql.php realm error
Queue Forwards
Queue Version 3.1-RC1
Type Bug
State Resolved
Priority 1. Low
Owners Chuck Hagenbuch <chuck (at) horde (dot) org>
Requester horde (at) smartsector (dot) hu
Created 01/23/09 (419 days ago)
Due
Updated 01/24/09 (418 days ago)
Assigned
Resolved 01/24/09 (418 days ago)
Attachments
Milestone
Patch No

History
01/24/09 Chuck Hagenbuch Comment #2
State ⇒ Resolved
Assigned to Chuck Hagenbuch
Reply to this comment
Added a check for realm parameters being set.
01/23/09 horde (at) smartsector (dot) hu Comment #1
State ⇒ Unconfirmed
Patch ⇒
Milestone ⇒
Queue ⇒ Forwards
Summary ⇒ customsql.php realm error
Type ⇒ Bug
Priority ⇒ 1. Low
Reply to this comment
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.