Happy 2017
[squirrelmail.git] / plugins / squirrelspell / modules / crypto.mod
index 4d2078e61f01995795f9f4e5e14fc7187bc59daf..f232ebfe2e04b19e34eafda577e7f3e67c8f2b38 100644 (file)
@@ -9,7 +9,7 @@
  * if the user so chooses from the options page.
  *
  * @author Konstantin Riabitsev <icon at duke.edu>
- * @copyright &copy; 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2017 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
@@ -23,7 +23,7 @@ global $SQSPELL_CRYPTO;
 
 $langs=sqspell_getSettings();
 
-if (! sqgetGlobalVar('action', $crypt_action, SQ_POST)) {
+if (! sqgetGlobalVar('encaction', $crypt_action, SQ_POST)) {
     $crypt_action = 'noaction';
 }