[Jifty-commit] r1683 - Jifty-DBI/trunk/lib/Jifty/DBI/Record

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Jul 27 17:10:33 EDT 2006


Author: nelhage
Date: Thu Jul 27 17:10:33 2006
New Revision: 1683

Modified:
   Jifty-DBI/trunk/lib/Jifty/DBI/Record/Memcached.pm

Log:
Fix Jifty::DBI::Record::Memcached typo in _init

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 Jul 27 17:10:33 2006
@@ -46,7 +46,7 @@
 sub _init () {
     my ( $self, @args ) = @_;
     $MEMCACHED ||= Cache::Memcached->new( {$self->memcached_config} );
-    $self->SUPER::_init(@_);
+    $self->SUPER::_init(@args);
 }
 
 sub load_from_hash {


More information about the Jifty-commit mailing list