[Jifty-commit] r7685 - jifty/trunk/lib/Jifty/Action

Jifty commits jifty-commit at lists.jifty.org
Tue Dec 1 04:32:37 EST 2009


Author: sartak
Date: Tue Dec  1 04:32:37 2009
New Revision: 7685

Modified:
   jifty/trunk/lib/Jifty/Action/Record.pm

Log:
Ugh, this is why I always have that last extraneous comma :)

Modified: jifty/trunk/lib/Jifty/Action/Record.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Action/Record.pm	(original)
+++ jifty/trunk/lib/Jifty/Action/Record.pm	Tue Dec  1 04:32:37 2009
@@ -396,7 +396,7 @@
             my ( $self, $value ) = @_;
             return $self->record->run_canonicalization_for_column(
                 column => $field,
-                value  => $value
+                value  => $value,
                 extra  => [{}, { for => $for }],
             );
         };


More information about the Jifty-commit mailing list