[Bps-public-commit] r11564 - in SVN-PropDB: lib/Prophet/Replica/Hiveminder

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 5 21:40:23 EDT 2008


Author: jesse
Date: Sat Apr  5 21:40:22 2008
New Revision: 11564

Modified:
   SVN-PropDB/   (props changed)
   SVN-PropDB/lib/Prophet/Replica/Hiveminder/PullEncoder.pm

Log:
 r29302 at 31b:  jesse | 2008-04-05 15:38:42 -1000
  typo in how i called that


Modified: SVN-PropDB/lib/Prophet/Replica/Hiveminder/PullEncoder.pm
==============================================================================
--- SVN-PropDB/lib/Prophet/Replica/Hiveminder/PullEncoder.pm	(original)
+++ SVN-PropDB/lib/Prophet/Replica/Hiveminder/PullEncoder.pm	Sat Apr  5 21:40:22 2008
@@ -61,15 +61,15 @@
             );
             for my $key ( keys %$previous_state ) {
 
-                $change->add_prop_change( {new => $previous_state, {$key}, old => undef, name => $key });
+                $change->add_prop_change( {new => $previous_state->{$key}, old => undef, name => $key });
             }
 
         }
         $changeset->add_change( { change => $change } );
         foreach my $email ( @{ $txn->{email_entries} } ) {
             if ( my $sub = $self->can( '_recode_email_' . 'blah' ) ) {
-                $sub->(
-                    $self     => previous_state => $previous_state,
+                $sub->( $self     => 
+                    previous_state => $previous_state,
                     email     => $email,
                     txn       => $txn,
                     changeset => $changeset



More information about the Bps-public-commit mailing list