Bläddra i källkod

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

jangliss 22 år sedan
förälder
incheckning
91c5adc2ea
1 ändrade filer med 1 tillägg och 0 borttagningar
  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');
     @unlink($filename . '.tmp');
     chmod($filename, 0600);
     chmod($filename, 0600);
+    sqsession_register($prefs_cache , 'prefs_cache');
 }
 }
 
 
 /**
 /**