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

Jifty commits jifty-commit at lists.jifty.org
Thu Apr 2 16:06:52 EDT 2009


Author: alexmv
Date: Thu Apr  2 16:06:52 2009
New Revision: 6726

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

Log:
Typo fix in Jifty::API->explain (sigh)

Modified: jifty/trunk/lib/Jifty/API.pm
==============================================================================
--- jifty/trunk/lib/Jifty/API.pm	(original)
+++ jifty/trunk/lib/Jifty/API.pm	Thu Apr  2 16:06:52 2009
@@ -398,7 +398,7 @@
 
     my $str = "";
     for my $limit ( @{$self->action_limits} ) {
-        next unless $lilmit->{from};
+        next unless $limit->{from};
         if ( ( ref $limit->{restriction} and $class =~ $limit->{restriction} )
             or ( $class eq $limit->{restriction} ) )
         {


More information about the Jifty-commit mailing list