rt 4.2.15
[freeside.git] / rt / share / html / Admin / Tools / Shredder / autohandler
index 9552064..2b34013 100644 (file)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2018 Best Practical Solutions, LLC
 %#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
 %# END BPS TAGGED BLOCK }}}
 <%INIT>
 unless( $session{'CurrentUser'}->HasRight( Right => 'SuperUser', Object => $RT::System ) ) {
-       return $m->comp( 'Elements/Error/NoRights' );
+    return $m->comp( 'Elements/Error/NoRights' );
 }
 
 use RT::Shredder ();
 my $path = RT::Shredder->StoragePath;
 unless( -d $path && -w _ ) {
-       return $m->comp( 'Elements/Error/NoStorage', Path => $path );
+    return $m->comp( 'Elements/Error/NoStorage', Path => $path );
 }
 
 $m->call_next(%ARGS);