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 |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ customsql.php realm error
Queue ⇒ Forwards
Milestone ⇒
Patch ⇒ No
Warning: array_merge() [function.array-merge]: Argument
#2is not anarray 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.