6.0.0-alpha14
7/3/25

[#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 (at) horde (dot) org
Requester horde (at) smartsector (dot) hu
Created 01/23/2009 (6005 days ago)
Due
Updated 01/24/2009 (6004 days ago)
Assigned
Resolved 01/24/2009 (6004 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

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

Saved Queries