From: <pdo...@us...> - 2023-04-13 05:07:59
|
Revision: 14987 http://sourceforge.net/p/squirrelmail/code/14987 Author: pdontthink Date: 2023-04-13 05:07:58 +0000 (Thu, 13 Apr 2023) Log Message: ----------- Make sure $prefs_cache is initialized when resetting the cache Modified Paths: -------------- branches/SM-1_4-STABLE/squirrelmail/functions/file_prefs.php Modified: branches/SM-1_4-STABLE/squirrelmail/functions/file_prefs.php =================================================================== --- branches/SM-1_4-STABLE/squirrelmail/functions/file_prefs.php 2023-01-03 02:11:29 UTC (rev 14986) +++ branches/SM-1_4-STABLE/squirrelmail/functions/file_prefs.php 2023-04-13 05:07:58 UTC (rev 14987) @@ -25,6 +25,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. |