From: Michael M Slusarz Date: Wed, 16 Sep 2009 19:26:11 +0000 (-0600) Subject: Fix image generation X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4bc90a80eb8b9922d50ee0bb3c5eb81b81ed6ce7;p=horde.git Fix image generation --- diff --git a/imp/compose.php b/imp/compose.php index 8e7866cee..d0df0ba02 100644 --- a/imp/compose.php +++ b/imp/compose.php @@ -31,7 +31,7 @@ function _popupSuccess() { $menu = new Horde_Menu(Horde_Menu::MASK_NONE); $menu->add(Horde::applicationUrl('compose.php'), _("New Message"), 'compose.png'); - $menu->add('', _("Close this window"), 'close.png', '', '', 'window.close();'); + $menu->add('', _("Close this window"), 'close.png', null, null, 'window.close();'); require IMP_TEMPLATES . '/common-header.inc'; $success_template = new Horde_Template(); $success_template->set('menu', $menu->render());