projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d08572
)
Shout: Properly close the nested output buffer
author
Ben Klang
<ben@alkaloid.net>
Thu, 4 Mar 2010 15:44:46 +0000
(10:44 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Thu, 4 Mar 2010 15:44:46 +0000
(10:44 -0500)
shout/lib/Ajax/Application.php
patch
|
blob
|
history
diff --git
a/shout/lib/Ajax/Application.php
b/shout/lib/Ajax/Application.php
index
1964a80
..
2968ff6
100644
(file)
--- a/
shout/lib/Ajax/Application.php
+++ b/
shout/lib/Ajax/Application.php
@@
-160,7
+160,7
@@
class Shout_Ajax_Application extends Horde_Ajax_Application_Base
// Catch and return the output from $form->renderActive()
ob_start();
$form->renderActive(null, null, 'javascript:saveAction()');
- $output = ob_get_
clean
();
+ $output = ob_get_
flush
();
return $output;
} catch (Exception $e) {