[Jifty-commit] r2014 - in jifty/trunk: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Oct 10 16:54:38 EDT 2006


Author: jesse
Date: Tue Oct 10 16:54:37 2006
New Revision: 2014

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/plugins/REST/lib/Jifty/Plugin/REST/Dispatcher.pm

Log:
 r28372 at pinglin:  jesse | 2006-10-10 16:54:37 -0400
 * we loves our ACLs, we do. REST plugin was violating too much encapsuplation


Modified: jifty/trunk/plugins/REST/lib/Jifty/Plugin/REST/Dispatcher.pm
==============================================================================
--- jifty/trunk/plugins/REST/lib/Jifty/Plugin/REST/Dispatcher.pm	(original)
+++ jifty/trunk/plugins/REST/lib/Jifty/Plugin/REST/Dispatcher.pm	Tue Oct 10 16:54:37 2006
@@ -143,7 +143,7 @@
 
     list(
         ['model', $model, $column],
-        map { $_->__value($column) } @{ $col->items_array_ref || [] }
+        map { $_->$column() } @{ $col->items_array_ref || [] }
     );
 }
 


More information about the Jifty-commit mailing list