From 64fcbaf21b693c5579ce236359d351c3bd2a4634 Mon Sep 17 00:00:00 2001 From: OlivierRaginel Date: Wed, 22 Jul 2009 16:24:30 +0000 Subject: [PATCH] Item1843: Fixing double-negation git-svn-id: http://svn.foswiki.org/trunk@4536 0b4bb1d4-4e5a-0410-9cc4-b2b747904278 --- core/lib/Foswiki/Plugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Foswiki/Plugin.pm b/core/lib/Foswiki/Plugin.pm index 13bdbf15e7..330d5ed8d6 100644 --- a/core/lib/Foswiki/Plugin.pm +++ b/core/lib/Foswiki/Plugin.pm @@ -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;