[Bps-public-commit] r14171 - in Prophet/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Wed Jul 16 14:57:34 EDT 2008


Author: sartak
Date: Wed Jul 16 14:57:33 2008
New Revision: 14171

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/lib/Prophet/ReplicaExporter.pm

Log:
 r64438 at onn:  sartak | 2008-07-16 14:57:28 -0400
 Oops, db_uuid is a named parameter


Modified: Prophet/trunk/lib/Prophet/ReplicaExporter.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/ReplicaExporter.pm	(original)
+++ Prophet/trunk/lib/Prophet/ReplicaExporter.pm	Wed Jul 16 14:57:33 2008
@@ -23,7 +23,7 @@
         my $self = shift;
         confess "No target_path specified" unless $self->has_target_path;
         my $replica = Prophet::Replica->new({url => "prophet:file://" . $self->target_path});
-        $replica->initialize($self->source_replica->db_uuid);
+        $replica->initialize(db_uuid => $self->source_replica->db_uuid);
         return $replica;
     },
 );



More information about the Bps-public-commit mailing list