From: mark Date: Thu, 13 Oct 2011 21:51:42 +0000 (+0000) Subject: fix typo X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7be14461501d310b006b17592fcb1bb341577344;hp=f5749f6de299149275f555a147f3428b7592d14b fix typo --- diff --git a/FS/FS/TicketSystem.pm b/FS/FS/TicketSystem.pm index 77d0dae9f..aae44f3f5 100644 --- a/FS/FS/TicketSystem.pm +++ b/FS/FS/TicketSystem.pm @@ -88,7 +88,7 @@ sub _upgrade_data { my $CurrentUser = $RT::SystemUser; # selfservice and cron users - foreach my $username ('%%%SELFSERVICE_USER', 'fs_daily') { + foreach my $username ('%%%SELFSERVICE_USER%%%', 'fs_daily') { my $User = RT::User->new($CurrentUser); $User->Load($username); if (!defined($User->Id)) {