aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/language
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/language')
-rw-r--r--phpBB/phpbb/language/language.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/language/language.php b/phpBB/phpbb/language/language.php
index cc89e172df..47f055f56a 100644
--- a/phpBB/phpbb/language/language.php
+++ b/phpBB/phpbb/language/language.php
@@ -253,7 +253,7 @@ class language
*
* @return array|string
*/
- public function lang_array($key, $args = [])
+ public function lang_array($key, $args = array())
{
// Load common language files if they not loaded yet
if (!$this->common_language_files_loaded)