From 847d7c93472f803eb33bf9c2995769535c1536f7 Mon Sep 17 00:00:00 2001 From: cigamit Date: Thu, 28 Oct 2004 03:53:46 +0000 Subject: [PATCH] Minor bug fix, just a misspelled variable git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8256 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/squirrelspell/modules/forget_me_not.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/squirrelspell/modules/forget_me_not.mod b/plugins/squirrelspell/modules/forget_me_not.mod index bf7029e5..85f94d63 100644 --- a/plugins/squirrelspell/modules/forget_me_not.mod +++ b/plugins/squirrelspell/modules/forget_me_not.mod @@ -15,7 +15,7 @@ * @author Konstantin Riabitsev ($Author$) */ -global $SQSPELL_VERSION, $SQSPELL_APP_DEFFAULT; +global $SQSPELL_VERSION, $SQSPELL_APP_DEFAULT; $words = $_POST['words']; $sqspell_use_app = $_POST['sqspell_use_app']; -- 2.25.1