Summary | variable reference error in Compose.php |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | rob2 (at) siklos (dot) ca |
Created | 10/19/2005 (7234 days ago) |
Due | |
Updated | 10/19/2005 (7234 days ago) |
Assigned | |
Resolved | 10/19/2005 (7234 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
the release.
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ variable reference error in Compose.php
Queue ⇒ IMP
"message sent successfully" response, but at the top of that page
there is a warning:
Notice: Only variables should be assigned by reference in
/home/rsiklos/src/horde/horde/imp/lib/Compose.php on line 138
The line in question is:
$mailer = &Mail::factory($driver, $params);