Summary | PHP errors on special forward action |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 07/28/2012 (4738 days ago) |
Due | |
Updated | 08/29/2012 (4706 days ago) |
Assigned | |
Resolved | 07/30/2012 (4736 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 80636b3c2635d67c2768efba9163f7d72b5baa27
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Jul 30 14:03:10 2012 -0600
Bug #11316: Fix undefined errorimp/lib/Ajax/Application.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/80636b3c2635d67c2768efba9163f7d72b5baa27
commit 80636b3c2635d67c2768efba9163f7d72b5baa27
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Jul 30 14:03:10 2012 -0600
Bug #11316: Fix undefined errorimp/lib/Ajax/Application.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/80636b3c2635d67c2768efba9163f7d72b5baa27
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ PHP errors on special forward action
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
first of all: Thanks for fixing the "forward" actions, I've tested
them all and they work fine now.
When you click on the normal "Forward" button, there will be a yellow
box saying
"Click on this box to add the original message text to the body."
If you click it, you will get the following PHP errors in the log:
2012-07-28T15:39:23+02:00 WARN: HORDE [imp] PHP ERROR: Missing
argument 1 for IMP_Ajax_Application_Compose::getAttachmentInfo(),
called in /datastore/DEVEL/horde/imp/lib/Ajax/Application.php on line
1198 and defined [pid 15931 on line 132 of
"/datastore/DEVEL/horde/imp/lib/Ajax/Application/Compose.php"]
2012-07-28T15:39:23+02:00 NOTICE: HORDE [imp] PHP ERROR: Undefined
variable: type [pid 15931 on line 140 of
"/datastore/DEVEL/horde/imp/lib/Ajax/Application/Compose.php"]
Cheers,
Thomas