[Jifty-commit] r4870 - in Jifty-DBI/trunk: lib/Jifty/DBI/Record

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Jan 17 14:54:15 EST 2008


Author: alexmv
Date: Thu Jan 17 14:54:14 2008
New Revision: 4870

Modified:
   Jifty-DBI/trunk/   (props changed)
   Jifty-DBI/trunk/lib/Jifty/DBI/Record/Memcached.pm

Log:
 r26863 at zoq-fot-pik:  chmrr | 2008-01-17 14:52:07 -0500
  * Fix typo


Modified: Jifty-DBI/trunk/lib/Jifty/DBI/Record/Memcached.pm
==============================================================================
--- Jifty-DBI/trunk/lib/Jifty/DBI/Record/Memcached.pm	(original)
+++ Jifty-DBI/trunk/lib/Jifty/DBI/Record/Memcached.pm	Thu Jan 17 14:54:14 2008
@@ -86,7 +86,7 @@
     if ( ref($class) ) {
         ( $self, $class ) = ( $class, undef );
     } else {
-        $self = $self->new( handle => ( delete $attr{'_handle'} || undef ) );
+        $self = $class->new( handle => ( delete $attr{'_handle'} || undef ) );
     }
 
     ## Generate the cache key


More information about the Jifty-commit mailing list