[Bps-public-commit] Prophet branch, master, updated. 5a824395e638b254eb885407c22d508050c15fc8
jesse
jesse at bestpractical.com
Fri Aug 7 08:05:45 EDT 2009
The branch, master has been updated
via 5a824395e638b254eb885407c22d508050c15fc8 (commit)
from b71474289444f930c8d81169642d244b0fbe8f92 (commit)
Summary of changes:
lib/Prophet/Server/Dispatcher.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 5a824395e638b254eb885407c22d508050c15fc8
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Fri Aug 7 13:05:23 2009 +0100
the local server replica exporter needed to get the app handle through
the server
diff --git a/lib/Prophet/Server/Dispatcher.pm b/lib/Prophet/Server/Dispatcher.pm
index 9403483..1e6ea21 100644
--- a/lib/Prophet/Server/Dispatcher.pm
+++ b/lib/Prophet/Server/Dispatcher.pm
@@ -60,7 +60,7 @@ under { method => 'GET' } => sub {
my $data = $args{changeset_metadata};
my $changeset_index_line = pack( 'Na16NH40',
$data->[0],
- $self->app_handle->uuid_generator->from_string( $data->[1]),
+ $self->server->app_handle->uuid_generator->from_string( $data->[1]),
$data->[2],
$data->[3]);
$index .= $changeset_index_line;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list