projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ab902f
)
Don't redirect if exporting or importing from the Ajax view.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 6 Aug 2010 20:23:08 +0000
(16:23 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 6 Aug 2010 20:24:04 +0000
(16:24 -0400)
kronolith/data.php
patch
|
blob
|
history
diff --git
a/kronolith/data.php
b/kronolith/data.php
index
e13ec74
..
a555ef0
100644
(file)
--- a/
kronolith/data.php
+++ b/
kronolith/data.php
@@
-18,7
+18,9
@@
function _cleanupData()
require_once dirname(__FILE__) . '/lib/Application.php';
Horde_Registry::appInit('kronolith');
-if (Kronolith::showAjaxView()) {
+if (Kronolith::showAjaxView() && !(Horde_Util::getPost('import_ajax')) &&
+ (!Horde_Util::getFormData('actionID') == 'export')) {
+
Horde::applicationUrl('', true)->redirect();
}