Fix notify()/wrapInlineScript() calls.
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 4 Aug 2009 07:45:20 +0000 (01:45 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 4 Aug 2009 08:46:28 +0000 (02:46 -0600)
imp/message-dimp.php

index b1785a9..d22bdd1 100644 (file)
@@ -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;