Skip to content

Commit

Permalink
Item15218: fixed bulk registration
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Oct 3, 2023
1 parent e6702f6 commit db02d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/UI/Register.pm
Expand Up @@ -1968,7 +1968,7 @@ sub _validateTemplateTopic {
my $session = shift;

my ( $templateWeb, $templateTopic ) =
Foswiki::Func::normalizeWebTopicName( $Foswiki::cfg{UserWebName},
Foswiki::Func::normalizeWebTopicName( $Foswiki::cfg{UsersWebName},
$_[0] || 'NewUserTemplate' );

$templateTopic = Foswiki::Sandbox::untaint(
Expand Down

0 comments on commit db02d0b

Please sign in to comment.