Sfoglia il codice sorgente

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

jangliss 22 anni fa
parent
commit
91c5adc2ea
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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');
 }
 
 /**