Fixes some bugs in preferences
[squirrelmail.git] / src / load_prefs.php
index 5b5803551e6e90f6749445d219f4bb86dab996c8..e302658ea472e160e7ad3769e5967067b08c1286 100644 (file)
@@ -2,6 +2,8 @@
    include("../config/config.php");
    include("../functions/prefs.php");
 
+   checkForPrefs($data_dir, $username);
+
    $chosen_theme = getPref($data_dir, $username, "chosen_theme");
 
    if ((isset($chosen_theme)) && (file_exists($chosen_theme))) {