projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ffbbe
)
Fix notify()/wrapInlineScript() calls.
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 4 Aug 2009 07:45:20 +0000
(
01:45
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 4 Aug 2009 08:46:28 +0000
(
02:46
-0600)
imp/message-dimp.php
patch
|
blob
|
history
diff --git
a/imp/message-dimp.php
b/imp/message-dimp.php
index
b1785a9
..
d22bdd1
100644
(file)
--- 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;