Restore all previously loaded translations when sending user notifications
Fixes #5087
This commit is contained in:
committed by
Frédéric Guillot
parent
ae7bc0b74d
commit
0b1c2011ed
@@ -14,10 +14,10 @@ class Translator
|
||||
* Locale
|
||||
*
|
||||
* @static
|
||||
* @access private
|
||||
* @access public
|
||||
* @var array
|
||||
*/
|
||||
private static $locales = array();
|
||||
public static $locales = array();
|
||||
|
||||
/**
|
||||
* Instance
|
||||
|
||||
Reference in New Issue
Block a user