Commit 48621f4cbe424c366150bd11c77c94f1c1236aa5
1 parent
cec676b4
added exit after redirect
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2337 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldBL.php
| ... | ... | @@ -48,6 +48,7 @@ if (checkSession()) { |
| 48 | 48 | if (DocumentField::getLookupCount($fDocFieldID) == 0) { |
| 49 | 49 | // then redirect to the edit metadata page |
| 50 | 50 | controllerRedirect("addMetaDataForField", "fDocFieldID=$fDocFieldID"); |
| 51 | + exit; | |
| 51 | 52 | } |
| 52 | 53 | } |
| 53 | 54 | // otherwise, go to the list page | ... | ... |