[Jifty-commit] r4968 - jifty/trunk/lib/Jifty/Manual

Jifty commits jifty-commit at lists.jifty.org
Thu Jan 31 22:48:55 EST 2008


Author: bokutin
Date: Thu Jan 31 22:48:55 2008
New Revision: 4968

Modified:
   jifty/trunk/lib/Jifty/Manual/AccessControl.pod

Log:
fix pod.

Modified: jifty/trunk/lib/Jifty/Manual/AccessControl.pod
==============================================================================
--- jifty/trunk/lib/Jifty/Manual/AccessControl.pod	(original)
+++ jifty/trunk/lib/Jifty/Manual/AccessControl.pod	Thu Jan 31 22:48:55 2008
@@ -18,7 +18,7 @@
 if C<current_user_can('read')> returns false.
 
 On C<_set()> or C<I<set_somefieldname>>, we reject the operation
-if C<current_user_can('write')> returns false.
+if C<current_user_can('update')> returns false.
 
 
 On C<delete()>, we reject the operation if C<current_user_can('delete')>


More information about the Jifty-commit mailing list