removed displaying attachments in case we are dealing with
[squirrelmail.git] / plugins / squirrelspell / sqspell_options.php
index 1a7eba5b30f2ea93a1d28246685ba3957dd063d3..b6d9ba506af8cd561a118df25b69625c2863d492 100644 (file)
@@ -36,7 +36,7 @@ require_once("$SQSPELL_DIR/sqspell_functions.php");
  * If $MOD is unspecified, assign "init" to it. Else check for
  * security breach attempts.
  */
-if (!$MOD){
+if (!isset($MOD) || !$MOD){
   $MOD = 'options_main';
 } else {
   sqspell_ckMOD($MOD);