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

sartak at bestpractical.com sartak at bestpractical.com
Sat Aug 9 12:29:37 EDT 2008


Author: sartak
Date: Sat Aug  9 12:29:36 2008
New Revision: 14942

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

Log:
 r69000 at onn:  sartak | 2008-08-09 12:29:30 -0400
 A little too overzealous in removing superfluous method calls


Modified: Prophet/trunk/lib/Prophet/ForeignReplica.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/ForeignReplica.pm	(original)
+++ Prophet/trunk/lib/Prophet/ForeignReplica.pm	Sat Aug  9 12:29:36 2008
@@ -16,7 +16,7 @@
     my $cli  = Prophet::CLI->new();
 
     # XXX TODO this $cli object should be a Prophet::App object
-    my $state_handle_url =      $cli->app_handle->default_replica_type . ":" . $handle->url;
+    my $state_handle_url =      $cli->app_handle->default_replica_type . ":" . $cli->handle->url;
     $self->log( "Connecting to state database ".$state_handle_url);
     $self->state_handle(
         Prophet::Replica->new(



More information about the Bps-public-commit mailing list