Преглед на файлове

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);
 
 }