Commit fb2f733c06c41fb121f7ea1b93dddd8f60d2791a
1 parent
075a1db1
Call updatePermissions on the folder we've just copied the new
permissions to. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3121 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
0 deletions
presentation/lookAndFeel/knowledgeTree/foldermanagement/copyInheritedPermissionsBL.php
| @@ -127,6 +127,8 @@ foreach ($aPermissions as $aRow) { | @@ -127,6 +127,8 @@ foreach ($aPermissions as $aRow) { | ||
| 127 | } | 127 | } |
| 128 | } | 128 | } |
| 129 | 129 | ||
| 130 | +$oFolder->updatePermissions(); | ||
| 131 | + | ||
| 130 | controllerRedirect("editFolder", "fFolderID=$fFolderID&fShowSection=folderPermissions"); | 132 | controllerRedirect("editFolder", "fFolderID=$fFolderID&fShowSection=folderPermissions"); |
| 131 | 133 | ||
| 132 | ?> | 134 | ?> |