Commit a8a130c0f462cfaeea5d63de398bcb275bb3c329

Authored by Neil Blakey-Milner
1 parent 8d159d13

KTS-1344: After updating permissions, have a info message saying that

the folders have been updated.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6050 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/ktcore/folder/Permissions.php
@@ -459,7 +459,9 @@ class KTFolderPermissionsAction extends KTFolderAction { @@ -459,7 +459,9 @@ class KTFolderPermissionsAction extends KTFolderAction {
459 459
460 $this->commitTransaction(); 460 $this->commitTransaction();
461 461
  462 + $this->addInfoMessage(_kt("Permissions on folder updated"));
462 $po->redirect(KTUtil::addQueryString($_SERVER['PHP_SELF'], "action=edit&fFolderId=" . $this->oFolder->getId())); 463 $po->redirect(KTUtil::addQueryString($_SERVER['PHP_SELF'], "action=edit&fFolderId=" . $this->oFolder->getId()));
  464 + exit(0);
463 } 465 }
464 466
465 467