Browse Source

Lets see if this prefs fix works for now. Will do DB stuff later, or
maybe look into using references(?)

jangliss 22 năm trước cách đây
mục cha
commit
91c5adc2ea
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      functions/file_prefs.php

+ 1 - 0
functions/file_prefs.php

@@ -132,6 +132,7 @@ function savePrefValues($data_dir, $username) {
     }
     @unlink($filename . '.tmp');
     chmod($filename, 0600);
+    sqsession_register($prefs_cache , 'prefs_cache');
 }
 
 /**