This is a multi-part message in MIME format. --------------000705060608040307030803 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Hi, I have a question on locking and unlocking pages on wiked. Actually everyone who has the permission to edit a page can also lock and unlock a page. So a guest with edit permission on a page can also lock and unlock the page. Wouldn't it make more sense if only a user with a higher permission (e. g. delete permission) could lock/unlock the page? Is there another reason why a user with edit permission have also the right to lock/unlock a page? Ciao Walter --------------000705060608040307030803 Content-Type: text/plain; name="wicked-p4.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="wicked-p4.diff" --- wicked/lib/Page.php 2005-12-01 10:57:52.000000000 +0100 +++ wicked/lib/Page.php 2005-12-19 20:13:45.000000000 +0100 @@ -160,7 +160,7 @@ return true; } - if (($pagePerms & PERMS_EDIT) == 0) { + if (($pagePerms & PERMS_DELETE) == 0) { return false; } break; --------------000705060608040307030803 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- Horde mailing list - Join the hunt: http://horde.org/bounties/#horde Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: horde-unsubscribe@lists.horde.org --------------000705060608040307030803--