| Summary | Minimal view: Fix crash after compose |
| Queue | IMP |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | thomas.jarosch (at) intra2net (dot) com |
| Created | 12/17/2012 (4709 days ago) |
| Due | |
| Updated | 12/17/2012 (4709 days ago) |
| Assigned | |
| Resolved | 12/17/2012 (4709 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
Assigned to Michael Slusarz
State ⇒ Resolved
commit bd0b53fe341e371cee79511749cf458e7506f977
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Mon Dec 17 14:38:32 2012 +0100
[mms] Fix redirection to mailbox page after sending message in
minimal view (
Bug #11897; Thomas Jarosch<thomas.jarosch@intra2net.com>).
Signed-off-by: Michael M Slusarz <slusarz@horde.org>
imp/docs/CHANGES | 2 ++
imp/lib/Minimal/Compose.php | 2 +-
imp/package.xml | 2 ++
3 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/bd0b53fe341e371cee79511749cf458e7506f977
New Attachment: 0001-Fix-crash-in-minimal-view-after-sending-a-message-Bu.patch
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Minimal view: Fix crash after compose
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
attached patch fixes a crash after sending a message in the minimal view.
Crash message:
PHP Fatal error: Call to undefined method
IMP_Minimal_Compose::redirect() in
/datastore/share/pear/www/horde/imp/lib/Minimal/Compose.php on line
315, referer:
http://intradev-tom/horde/imp/minimal.php?Horde=qi2ktr7khu4cubn9f0jp1anof2&page=compose&u=138050030750cf1c77e2d59
Thomas