summaryrefslogtreecommitdiff
path: root/FS/FS/TicketSystem.pm
diff options
context:
space:
mode:
authormark <mark>2011-10-13 21:51:42 +0000
committermark <mark>2011-10-13 21:51:42 +0000
commit7be14461501d310b006b17592fcb1bb341577344 (patch)
tree03f06a3575123b6b2c68a42089b2d78e70bd0f8b /FS/FS/TicketSystem.pm
parentf5749f6de299149275f555a147f3428b7592d14b (diff)
fix typo
Diffstat (limited to 'FS/FS/TicketSystem.pm')
-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)) {