[Tickets #1374] NEW: error in redirect dialogue (compose.php: Call to
a member function on a non-object)
bugs at bugs.horde.org
bugs at bugs.horde.org
Mon Feb 14 06:59:15 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1374
-----------------------------------------------------------------------
Ticket | 1374
Created By | arenner at rz.uni-frankfurt.de
Summary | error in redirect dialogue (compose.php: Call to a member function on a non-object)
Queue | IMP
Version | 4.0.2
State | Unconfirmed
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
arenner at rz.uni-frankfurt.de (2005-02-14 06:59) wrote:
after redirecting a mail i get:
---
Message redirected successfully.
Fatal error: Call to a member function on a non-object in
/usr/local/apache/htdocs/horde-3.0.3/imp-h3-4.0.2/templates/compose/success.
inc on line 2
---
the mail is redirected but there appears no close button. in compose mode,
however, everything works fine.
my hack to avoid this error:
horde/imp/compose.php
750a751,752
> $menu = &new Menu(HORDE_MENU_MASK_NONE);
> $menu->add('', _("Close this window"), 'close.png',
$registry->getImageDir('horde'), '', 'window.close();');
More information about the bugs
mailing list