Skip to content

Commit

Permalink
Item8783: fixing check
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@6993 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Mar 29, 2010
1 parent e1ded8a commit 6a76e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin.pm
Expand Up @@ -48,7 +48,7 @@ sub initPlugin {
my( $topic, $web, $user ) = @_;

# check for prerequisites
if (!$Foswiki::cfg{ZonePlugin}{Enabled} && $Foswiki::Plugins::VERSION < 2.1) {
if (!$Foswiki::cfg{Plugins}{ZonePlugin}{Enabled} && $Foswiki::Plugins::VERSION < 2.1) {
Foswiki::Func::writeWarning("ZonePlugin not installed/enabled...disabling JQueryPlugin");
return 0;
}
Expand Down

0 comments on commit 6a76e07

Please sign in to comment.