From: <pdo...@us...> - 2023-04-13 05:28:59
|
Revision: 14988 http://sourceforge.net/p/squirrelmail/code/14988 Author: pdontthink Date: 2023-04-13 05:28:58 +0000 (Thu, 13 Apr 2023) Log Message: ----------- Make sure $prefs_cache is initialized when resetting the cache Modified Paths: -------------- trunk/squirrelmail/functions/file_prefs.php Modified: trunk/squirrelmail/functions/file_prefs.php =================================================================== --- trunk/squirrelmail/functions/file_prefs.php 2023-04-13 05:07:58 UTC (rev 14987) +++ trunk/squirrelmail/functions/file_prefs.php 2023-04-13 05:28:58 UTC (rev 14988) @@ -34,6 +34,7 @@ return; } + $prefs_cache = array(); sqsession_unregister('prefs_cache'); sqsession_unregister('prefs_are_cached'); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |