[Jifty-commit] r3303 - jifty/trunk/lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu May 24 22:30:53 EDT 2007


Author: sunnavy
Date: Thu May 24 22:30:53 2007
New Revision: 3303

Modified:
   jifty/trunk/lib/Jifty/API.pm

Log:
fix some pod bugs in Jifty/API.pm

Modified: jifty/trunk/lib/Jifty/API.pm
==============================================================================
--- jifty/trunk/lib/Jifty/API.pm	(original)
+++ jifty/trunk/lib/Jifty/API.pm	Thu May 24 22:30:53 2007
@@ -24,7 +24,7 @@
  my @actions = Jifty->api->actions;
 
  # Check to see if an action is allowed
- if (Jifty->api->is_allow('TrueFooBar')) {
+ if (Jifty->api->is_allowed('TrueFooBar')) {
      # do something...
  }
 
@@ -204,7 +204,7 @@
 
 =head2 is_allowed CLASS
 
-Returns false if the I<CLASS> name (which is fully qualified if it is
+Returns true if the I<CLASS> name (which is fully qualified if it is
 not already) is allowed to be executed.  See L</restrict> above for
 the rules that the class name must pass.
 


More information about the Jifty-commit mailing list