From 13e0a7af3e71e49358e66d0349969a63544da411 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Thu, 22 Sep 2005 13:30:45 +0000 Subject: [PATCH] Explicitly exit after controllerRedirect so the error message is not lost. --- presentation/lookAndFeel/knowledgeTree/documentmanagement/bulkImport.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/bulkImport.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/bulkImport.php index d731c6c..7b4828f 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/bulkImport.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/bulkImport.php @@ -99,6 +99,7 @@ class KTBulkImportDispatcher extends KTStandardDispatcher { } controllerRedirect("browse", 'fFolderID=' . $oFolder->getID()); + exit(0); } function handleOutput($data) { -- libgit2 0.21.4