diff --git a/common/framework/lang.php b/common/framework/lang.php index 2464fa831..af5f3ac99 100644 --- a/common/framework/lang.php +++ b/common/framework/lang.php @@ -10,14 +10,14 @@ class Lang /** * Instances are stored here. */ - protected static $_instances = []; + protected static $_instances = array(); /** * Configuration. */ protected $_language; - protected $_loaded_directories = []; - protected $_loaded_files = []; + protected $_loaded_directories = array(); + protected $_loaded_files = array(); /** * This method returns the cached instance of a language.