X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Ffile_prefs.php;h=79852012d53f229bb1edebfce15eb422c62ad836;hb=d069e6dba24b011cf62841082af751666367a0bf;hp=812853d280032e83e46f64f40716f55bba768819;hpb=76911253eb850bacde3d86c8cb7b4af072e67ebe;p=squirrelmail.git diff --git a/functions/file_prefs.php b/functions/file_prefs.php index 812853d2..79852012 100644 --- a/functions/file_prefs.php +++ b/functions/file_prefs.php @@ -179,7 +179,7 @@ function checkForPrefs($data_dir, $username, $filename = '') { /* Then, check if the file exists. */ if (!@file_exists($filename) ) { /* First, check the $data_dir for the default preference file. */ - $default_pref = $data_dir . 'default_pref'; + $default_pref = $data_dir . '/default_pref'; /* If it is not there, check the internal data directory. */ if (!@file_exists($default_pref)) {