More SM_PATH changes
[squirrelmail.git] / plugins / squirrelspell / modules / check_me.mod
index 370241f1621628dd66fc9c772496bae6dfb1415e..313c0b523ee887ddb63e17567e9fdbd93f1084d4 100644 (file)
@@ -90,7 +90,7 @@ $sqspell_command=$SQSPELL_APP[$sqspell_use_app];
  * QUITE remote.
  */
 do {
-  $floc = "$attachment_dir/" . md5($sqspell_new_text . microtime());
+  $floc = SM_PATH . "$attachment_dir/" . md5($sqspell_new_text . microtime());
 } while (file_exists($floc));
 /**
  * Write the contents to the file.