Fix a bunch of plugins to cope with moved load_prefs/validate files.
[squirrelmail.git] / plugins / squirrelspell / sqspell_interface.php
index 797a06d2c374872bcfdd42a8e9268bdd3dd63a82..b8f4273050e91ef116a00bd9c700e2aa885e62ee 100644 (file)
@@ -34,7 +34,7 @@ define('SM_PATH','../');
 
 /* SquirrelMail required files. */
 require_once(SM_PATH . 'include/validate.php');
-require_once(SM_PATH . 'src/load_prefs.php');
+require_once(SM_PATH . 'include/load_prefs.php');
 require_once("$SQSPELL_DIR/sqspell_config.php");
 require_once("$SQSPELL_DIR/sqspell_functions.php");