Skip to content

Commit

Permalink
Item1843: Fixing double-negation
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@4536 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OlivierRaginel authored and OlivierRaginel committed Jul 22, 2009
1 parent 84d65ad commit 64fcbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Plugin.pm
Expand Up @@ -147,7 +147,7 @@ sub load {
else {
push(
@{ $this->{errors} },
"$this->{name} could not be loaded. No \$Foswiki::cfg{Plugins}{$this->{name}}{Module} is not defined - re-run configure\n---"
"$this->{name} could not be loaded. No \$Foswiki::cfg{Plugins}{$this->{name}}{Module} defined - re-run configure\n---"
);
$this->{disabled} = 1;
return;
Expand Down

0 comments on commit 64fcbaf

Please sign in to comment.