Skip to content

Commit

Permalink
Item12687: fixing perltidy yadda
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@17155 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Dec 11, 2013
1 parent d0cea3a commit faa7882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/Plugin.pm
Expand Up @@ -130,7 +130,7 @@ sub init {
$footer, join( ', ', @dependencies )
);

my $ontextID = $this->{name} . 'Enabled';
my $contextID = $this->{name} . 'Enabled';
$contextID =~ s/\W//g;
Foswiki::Func::getContext()->{$contextID} = 1;

Expand Down

0 comments on commit faa7882

Please sign in to comment.