diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-09-12 15:14:42 +0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-09-12 15:14:42 +0200 |
commit | 8aa8173ebfcd1f00d26f9a3dde5a7101579f2ed2 (patch) | |
tree | e1556824cf52b5bf2b26d25c8926a93725e398b6 /phpBB/phpbb/language | |
parent | 8629eac3933a701d0e763b61bca80741bb5b8b82 (diff) | |
download | forums-8aa8173ebfcd1f00d26f9a3dde5a7101579f2ed2.tar forums-8aa8173ebfcd1f00d26f9a3dde5a7101579f2ed2.tar.gz forums-8aa8173ebfcd1f00d26f9a3dde5a7101579f2ed2.tar.bz2 forums-8aa8173ebfcd1f00d26f9a3dde5a7101579f2ed2.tar.xz forums-8aa8173ebfcd1f00d26f9a3dde5a7101579f2ed2.zip |
[ticket/14158] Fix 5.3 compatibility
PHPBB3-14158
Diffstat (limited to 'phpBB/phpbb/language')
-rw-r--r-- | phpBB/phpbb/language/language.php | 2 |
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) |