Explorar o código

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

daviddpd %!s(int64=23) %!d(string=hai) anos
pai
achega
d7750f56b1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);
 
 }