Commit b0f891f8eda6ebd5dccffed02f313749a4124019

Authored by nbm
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
presentation/lookAndFeel/knowledgeTree/documentmanagement/bulkImport.php
... ... @@ -99,6 +99,7 @@ class KTBulkImportDispatcher extends KTStandardDispatcher {
99 99 }
100 100  
101 101 controllerRedirect("browse", 'fFolderID=' . $oFolder->getID());
  102 + exit(0);
102 103 }
103 104  
104 105 function handleOutput($data) {
... ...