From a8a130c0f462cfaeea5d63de398bcb275bb3c329 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Thu, 9 Nov 2006 08:52:10 +0000 Subject: [PATCH] KTS-1344: After updating permissions, have a info message saying that the folders have been updated. --- plugins/ktcore/folder/Permissions.php | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/plugins/ktcore/folder/Permissions.php b/plugins/ktcore/folder/Permissions.php index 470422b..34f74a1 100644 --- a/plugins/ktcore/folder/Permissions.php +++ b/plugins/ktcore/folder/Permissions.php @@ -459,7 +459,9 @@ class KTFolderPermissionsAction extends KTFolderAction { $this->commitTransaction(); + $this->addInfoMessage(_kt("Permissions on folder updated")); $po->redirect(KTUtil::addQueryString($_SERVER['PHP_SELF'], "action=edit&fFolderId=" . $this->oFolder->getId())); + exit(0); } -- libgit2 0.21.4