瀏覽代碼

This should fix the creation of the preference files for users
who did not have existing pref files. -dpd

daviddpd 23 年之前
父節點
當前提交
d7750f56b1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/redirect.php

+ 1 - 0
src/redirect.php

@@ -122,6 +122,7 @@ if (!session_is_registered('user_is_logged_in')) {
     session_register ('username');
     setcookie('key', $key, 0, $base_uri);
     do_hook ('login_verified');
+    checkForPrefs( $data_dir, $username);
 
 }