Просмотр исходного кода

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

daviddpd 23 лет назад
Родитель
Сommit
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);
 
 }