Skip to content

Commit

Permalink
Item9768: set correct default user for scripts
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x00@9437 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Sep 30, 2010
1 parent a81fa58 commit 4c413c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Engine/CLI.pm
Expand Up @@ -74,7 +74,7 @@ sub prepareHeaders {
delete $this->{user};
}
else {
$req->remoteUser( $Foswiki::cfg{SuperAdminGroup} );
$req->remoteUser( $Foswiki::cfg{AdminUserWikiName} );
}
}

Expand Down

0 comments on commit 4c413c7

Please sign in to comment.