Index: branches/release-35/lib/MT/CMS/Comment.pm
===================================================================
--- branches/release-35/lib/MT/CMS/Comment.pm (revision 1866)
+++ branches/release-35/lib/MT/CMS/Comment.pm (revision 1919)
@@ -727,5 +727,5 @@
     my @commenters = map_comment_to_commenter( $app, \@comments );
     $app->param( 'action', 'trust' );
-    save_commenter_perm( \@commenters );
+    save_commenter_perm( $app, \@commenters );
 }
 
@@ -735,5 +735,5 @@
     my @commenters = map_comment_to_commenter( $app, \@comments );
     $app->param( 'action', 'untrust' );
-    save_commenter_perm( \@commenters );
+    save_commenter_perm( $app, \@commenters );
 }
 
@@ -743,5 +743,5 @@
     my @commenters = map_comment_to_commenter( $app, \@comments );
     $app->param( 'action', 'ban' );
-    save_commenter_perm( \@commenters );
+    save_commenter_perm( $app, \@commenters );
 }
 
@@ -751,5 +751,5 @@
     my @commenters = map_comment_to_commenter( $app, \@comments );
     $app->param( 'action', 'unban' );
-    save_commenter_perm( \@commenters );
+    save_commenter_perm( $app, \@commenters );
 }
 
