Skip to content

Commit

Permalink
Item15230: add context to configure
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Nov 17, 2023
1 parent 9adbd80 commit 1a6a4ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/lib/Foswiki/UI.pm
Expand Up @@ -47,7 +47,8 @@ BEGIN {
};
$Foswiki::cfg{SwitchBoard}{configure} = {
package => 'Foswiki::UI::Configure',
function => 'configure'
function => 'configure',
context => { configure => 1 },
};
$Foswiki::cfg{SwitchBoard}{edit} = {
package => 'Foswiki::UI::Edit',
Expand Down

0 comments on commit 1a6a4ff

Please sign in to comment.