[Jifty-commit] r2860 - in Jifty-DBI/branches/od: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Feb 27 22:28:56 EST 2007


Author: jesse
Date: Tue Feb 27 22:28:56 2007
New Revision: 2860

Modified:
   Jifty-DBI/branches/od/   (props changed)
   Jifty-DBI/branches/od/lib/Jifty/DBI/Record/Plugin.pm

Log:
 r48588 at pinglin:  jesse | 2007-02-27 22:28:37 -0500
 * Blow the methods into the _right_ class


Modified: Jifty-DBI/branches/od/lib/Jifty/DBI/Record/Plugin.pm
==============================================================================
--- Jifty-DBI/branches/od/lib/Jifty/DBI/Record/Plugin.pm	(original)
+++ Jifty-DBI/branches/od/lib/Jifty/DBI/Record/Plugin.pm	Tue Feb 27 22:28:56 2007
@@ -9,7 +9,7 @@
     my $caller = caller;
     for ($self->columns) {
             $caller->COLUMNS->{$_->name} = $_ ;
-            $self->_init_methods_for_column($_);
+            $caller->_init_methods_for_column($_);
     }
  return 1;
 }


More information about the Jifty-commit mailing list