diff options
author | mark <mark> | 2011-10-13 21:52:04 +0000 |
---|---|---|
committer | mark <mark> | 2011-10-13 21:52:04 +0000 |
commit | a2c71f908a8e1b529f53abbfeb990a4fd0af7468 (patch) | |
tree | 75ec6fb9d9bc926d7b689cc2912b3843a1b4aa72 | |
parent | 90596b8e3f530a9a9f6ab36c2844b719a34e55ae (diff) |
fix typo
-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)) { |