[Jifty-commit] r3519 - jifty/branches/trimclient/lib/Jifty/View/Declare

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Jun 17 19:28:17 EDT 2007


Author: clkao
Date: Sun Jun 17 19:28:17 2007
New Revision: 3519

Modified:
   jifty/branches/trimclient/lib/Jifty/View/Declare/CRUD.pm

Log:
Catch up with _get_record change in CRUD.

Modified: jifty/branches/trimclient/lib/Jifty/View/Declare/CRUD.pm
==============================================================================
--- jifty/branches/trimclient/lib/Jifty/View/Declare/CRUD.pm	(original)
+++ jifty/branches/trimclient/lib/Jifty/View/Declare/CRUD.pm	Sun Jun 17 19:28:17 2007
@@ -50,7 +50,7 @@
     my $code  = shift;
     if ($VIEW{$code} && !UNIVERSAL::isa($_[0], 'Evil')) {
 	my ( $object_type, $id ) = ( $class->object_type, get('id') );
-	@_ = ($class, $class->get_record($id), @_);
+	@_ = ($class, $class->_get_record($id), @_);
     }
     else {
 	unshift @_, $class;


More information about the Jifty-commit mailing list