[Rt-commit] r14210 - rt/branches/3.999-DANGEROUS/lib/RT/Shredder

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jul 17 07:48:10 EDT 2008


Author: sunnavy
Date: Thu Jul 17 07:48:09 2008
New Revision: 14210

Modified:
   rt/branches/3.999-DANGEROUS/lib/RT/Shredder/Group.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Shredder/User.pm

Log:
name fixes

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Shredder/Group.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Shredder/Group.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Shredder/Group.pm	Thu Jul 17 07:48:09 2008
@@ -176,7 +176,7 @@
     if ( $self->domain eq 'SystemInternal' ) {
         RT::Shredder::Exception::Info->throw('Systemobject');
     }
-    return $self->SUPER::BeforeWipeout(@_);
+    return $self->SUPER::before_wipeout(@_);
 }
 
 1;

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Shredder/User.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Shredder/User.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Shredder/User.pm	Thu Jul 17 07:48:09 2008
@@ -182,7 +182,7 @@
     if ( $self->name =~ /^(RT_System|Nobody)$/ ) {
         RT::Shredder::Exception::Info->throw('Systemobject');
     }
-    return $self->SUPER::BeforeWipeout(@_);
+    return $self->SUPER::before_wipeout(@_);
 }
 
 1;


More information about the Rt-commit mailing list