diff options
author | ivan <ivan> | 2008-04-18 21:25:26 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-04-18 21:25:26 +0000 |
commit | 7598a5bb07a465876c6f8e25a579c0a8170cad24 (patch) | |
tree | 3b831bc74ae70319d835c9b57ba0b6f25a98ccfd /rt/lib | |
parent | 9308beec0b556647bf703b67ba6a036a5bedff37 (diff) |
silly semicolon
Diffstat (limited to 'rt/lib')
-rw-r--r-- | rt/lib/RT/Ticket_Overlay.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/lib/RT/Ticket_Overlay.pm b/rt/lib/RT/Ticket_Overlay.pm index a51cd1687..b07a05415 100644 --- a/rt/lib/RT/Ticket_Overlay.pm +++ b/rt/lib/RT/Ticket_Overlay.pm @@ -1821,7 +1821,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); |