From 48621f4cbe424c366150bd11c77c94f1c1236aa5 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Wed, 9 Jul 2003 14:30:09 +0000 Subject: [PATCH] added exit after redirect --- presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldBL.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldBL.php b/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldBL.php index 03b5b7e..bef324f 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldBL.php +++ b/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldBL.php @@ -48,6 +48,7 @@ if (checkSession()) { if (DocumentField::getLookupCount($fDocFieldID) == 0) { // then redirect to the edit metadata page controllerRedirect("addMetaDataForField", "fDocFieldID=$fDocFieldID"); + exit; } } // otherwise, go to the list page -- libgit2 0.21.4