Commit b0f891f8eda6ebd5dccffed02f313749a4124019
1 parent
da397709
Explicitly exit after controllerRedirect so the error message is not
lost. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3661 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/bulkImport.php
| @@ -99,6 +99,7 @@ class KTBulkImportDispatcher extends KTStandardDispatcher { | @@ -99,6 +99,7 @@ class KTBulkImportDispatcher extends KTStandardDispatcher { | ||
| 99 | } | 99 | } |
| 100 | 100 | ||
| 101 | controllerRedirect("browse", 'fFolderID=' . $oFolder->getID()); | 101 | controllerRedirect("browse", 'fFolderID=' . $oFolder->getID()); |
| 102 | + exit(0); | ||
| 102 | } | 103 | } |
| 103 | 104 | ||
| 104 | function handleOutput($data) { | 105 | function handleOutput($data) { |