[Jifty-commit] r3860 - in jifty/trunk: lib/Jifty/Action

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Aug 12 16:31:46 EDT 2007


Author: sterling
Date: Sun Aug 12 16:31:45 2007
New Revision: 3860

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Action/Record.pm

Log:
 r8541 at riddle:  andrew | 2007-08-12 15:31:19 -0500
 Fixing error that occurred during previous push.


Modified: jifty/trunk/lib/Jifty/Action/Record.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Action/Record.pm	(original)
+++ jifty/trunk/lib/Jifty/Action/Record.pm	Sun Aug 12 16:31:45 2007
@@ -233,7 +233,8 @@
                 # Get an unlimited collection
                 my $collection = Jifty::Collection->new(
                     record_class => $refers_to,
-                    current_user => $self->record->current_user
+                    current_user => $self->record->current_user,
+                );
                 $collection->unlimit;
 
                 # Fetch the _brief_description() method


More information about the Jifty-commit mailing list