silly semicolon
[freeside.git] / rt / lib / RT / Ticket_Overlay.pm
index 2c44629..13423c7 100644 (file)
@@ -1792,7 +1792,7 @@ purposes of customer auto-association during create.
 =cut
 
 sub _Requestors {
-    my $self = shift:
+    my $self = shift;
 
     my $group = RT::Group->new($RT::SystemUser);
     $group->LoadTicketRoleGroup(Type => 'Requestor', Ticket => $self->Id);