Skip to content

Commit

Permalink
Item2321: Stop mangling the switchboard entry for attach
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/RestPlugin@13236 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulHarvey authored and PaulHarvey committed Nov 28, 2011
1 parent cf3497e commit 803ed91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/RestPlugin.pm
Expand Up @@ -29,7 +29,7 @@ sub initPlugin {
$debug = $Foswiki::cfg{Plugins}{RestPlugin}{Debug} || 0;

#tell Foswiki::UI about the new handler.
$Foswiki::cfg{SwitchBoard}{attach} = {
$Foswiki::cfg{SwitchBoard}{query} = {
package => 'Foswiki::UI::Query',
function => 'query',
context => { query => 1 },
Expand Down

0 comments on commit 803ed91

Please sign in to comment.