[Jifty-commit] r5044 - in Jifty-DBI/branches/tisql: lib/Jifty/DBI/Record

Jifty commits jifty-commit at lists.jifty.org
Tue Feb 5 21:19:01 EST 2008


Author: ruz
Date: Tue Feb  5 21:19:01 2008
New Revision: 5044

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

Log:
 r4871 at cubic-pc (orig r4870):  alexmv | 2008-01-17 22:54:14 +0300
  r26863 at zoq-fot-pik:  chmrr | 2008-01-17 14:52:07 -0500
   * Fix typo
 


Modified: Jifty-DBI/branches/tisql/lib/Jifty/DBI/Record/Memcached.pm
==============================================================================
--- Jifty-DBI/branches/tisql/lib/Jifty/DBI/Record/Memcached.pm	(original)
+++ Jifty-DBI/branches/tisql/lib/Jifty/DBI/Record/Memcached.pm	Tue Feb  5 21:19:01 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