Restore all previously loaded translations when sending user notifications

Fixes #5087
This commit is contained in:
Frédéric Guillot
2023-04-11 20:42:45 -07:00
committed by Frédéric Guillot
parent ae7bc0b74d
commit 0b1c2011ed
2 changed files with 4 additions and 3 deletions

View File

@@ -14,10 +14,10 @@ class Translator
* Locale
*
* @static
* @access private
* @access public
* @var array
*/
private static $locales = array();
public static $locales = array();
/**
* Instance