fix typo
authormark <mark>
Thu, 13 Oct 2011 21:51:42 +0000 (21:51 +0000)
committermark <mark>
Thu, 13 Oct 2011 21:51:42 +0000 (21:51 +0000)
FS/FS/TicketSystem.pm

index 77d0dae..aae44f3 100644 (file)
@@ -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)) {