| 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 | 1/23/09 (6286 days ago) |
| Due | |
| Updated | 1/24/09 (6285 days ago) |
| Assigned | |
| Resolved | 1/24/09 (6285 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.