X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fsqspell_interface.php;h=b8f4273050e91ef116a00bd9c700e2aa885e62ee;hp=797a06d2c374872bcfdd42a8e9268bdd3dd63a82;hb=aa7fb30cfbfef6ef28ebde963f6312c79122f411;hpb=9640af331bc3d21c0373266f6348f109a0ee250f;ds=sidebyside diff --git a/plugins/squirrelspell/sqspell_interface.php b/plugins/squirrelspell/sqspell_interface.php index 797a06d2..b8f42730 100644 --- a/plugins/squirrelspell/sqspell_interface.php +++ b/plugins/squirrelspell/sqspell_interface.php @@ -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");