From: Michael M Slusarz Date: Tue, 4 Aug 2009 07:45:20 +0000 (-0600) Subject: Fix notify()/wrapInlineScript() calls. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=21ff60cf03ac72249512e1f5d0dd86d6ae1a9bca;p=horde.git Fix notify()/wrapInlineScript() calls. --- diff --git a/imp/message-dimp.php b/imp/message-dimp.php index b1785a94f..d22bdd195 100644 --- a/imp/message-dimp.php +++ b/imp/message-dimp.php @@ -31,8 +31,8 @@ $args = array( $show_msg = new IMP_Views_ShowMessage(); $show_msg_result = $show_msg->showMessage($args); if (isset($show_msg_result['error'])) { - echo IMP::wrapInlineScript(array( - DIMP::notify(false, 'parent.opener.document', 'parent.opener.DimpCore'), + echo Horde::wrapInlineScript(array( + DIMP::notify(), 'parent.close()' )); exit;