[#2815] variable reference error in Compose.php
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 (1177 days ago)
Due
Updated 10/19/2005 (1177 days ago)
Assigned
Resolved 10/19/2005 (1177 days ago)
Attachments
Milestone
Patch No

History
10/19/2005 Chuck Hagenbuch Comment #3
State ⇒ Resolved
Reply to this comment
Fixed in CVS
10/19/2005 rob2 (at) siklos (dot) ca Comment #2 Reply to this comment
note: problem replicated in latest HEAD as of right now, and also in 
the release.
10/19/2005 rob2 (at) siklos (dot) ca Comment #1
State ⇒ Unconfirmed
Type ⇒ Bug
Priority ⇒ 2. Medium
Summary ⇒ variable reference error in Compose.php
Queue ⇒ IMP
Reply to this comment
after I submit a new e-mail from the compose window, I get the 
"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);