Commit fa3ae42b406280ee0e9af16268a9117421a19333
1 parent
3485e8cc
changed to use controllerRedirect
integrated showing a particular section on edit folder git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2219 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderCollaborationBL.php
| ... | ... | @@ -28,7 +28,7 @@ if (checkSession()) { |
| 28 | 28 | if ($oFolderCollaboration->create()) { |
| 29 | 29 | //on successful creation, redirect to the folder edit page |
| 30 | 30 | include_once("$default->fileSystemRoot/presentation/Html.inc"); |
| 31 | - redirect("$default->rootUrl/control.php?action=editFolder&fFolderID=$fFolderID"); | |
| 31 | + controllerRedirect("editFolder", "fFolderID=$fFolderID&fShowSection=folderRouting"); | |
| 32 | 32 | } else { |
| 33 | 33 | //otherwise display an error message |
| 34 | 34 | include_once("$default->fileSystemRoot/lib/visualpatterns/PatternListBox.inc"); | ... | ... |