[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.5-147-gf9a3b61

Alex Vandiver alexmv at bestpractical.com
Mon Jul 7 11:41:30 EDT 2014


The branch, 4.2-trunk has been updated
       via  f9a3b61da91f25adeeab1d32701fe7d756bfa0d6 (commit)
      from  6d861f4d341ae123582d64709aa43d0101abad64 (commit)

Summary of changes:
 lib/RT/Shredder.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit f9a3b61da91f25adeeab1d32701fe7d756bfa0d6
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Jul 7 11:41:01 2014 -0400

    Fix a copy/paste error in PopDumpMark

diff --git a/lib/RT/Shredder.pm b/lib/RT/Shredder.pm
index fa47b3a..1e67a4d 100644
--- a/lib/RT/Shredder.pm
+++ b/lib/RT/Shredder.pm
@@ -789,7 +789,7 @@ sub PushDumpMark {
 sub PopDumpMark {
     my $self = shift;
     foreach (@{ $self->{'dump_plugins'} }) {
-        my ($state, $msg) = $_->PushMark( @_ );
+        my ($state, $msg) = $_->PopMark( @_ );
         die "Couldn't pop mark: $msg" unless $state;
     }
 }

-----------------------------------------------------------------------


More information about the rt-commit mailing list