X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FTicketSystem.pm;h=aae44f3f5d95725df146bbd97230bb5b0076463f;hb=b79a8cb932946c849328a3c117c35821d9d21e66;hp=77d0dae9f8524f058f0e067767f03e21aee63912;hpb=75afcbb38b49064f2cc1a73e894ac99a483bd112;p=freeside.git 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)) {