diff options
| -rw-r--r-- | FS/FS/TicketSystem.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
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)) {  | 
