summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/TicketSystem.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/TicketSystem.pm b/FS/FS/TicketSystem.pm
index 77d0dae..aae44f3 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)) {