Skip to content

Commit

Permalink
Item2432: fixup tabs to spaces
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@5677 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Nov 30, 2009
1 parent 0478007 commit 9570daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/UI/Register.pm
Expand Up @@ -746,7 +746,7 @@ sub _complete {
#convert to rego agent user copied from _writeRegistrationDetailsToTopic
my $safe = $session->{user};
my $regoAgent = $session->{users}->getCanonicalUserID($Foswiki::cfg{Register}{RegistrationAgentWikiName});
if ($data->{AddToGroups}) {
if ($data->{AddToGroups}) {
foreach my $groupName (split(/,/, $data->{AddToGroups})) {
$session->{user} = $regoAgent;
try {
Expand Down

0 comments on commit 9570daf

Please sign in to comment.