mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14158] Fix 5.3 compatibility
PHPBB3-14158
This commit is contained in:
parent
8629eac393
commit
8aa8173ebf
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ class language
|
||||||
*
|
*
|
||||||
* @return array|string
|
* @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
|
// Load common language files if they not loaded yet
|
||||||
if (!$this->common_language_files_loaded)
|
if (!$this->common_language_files_loaded)
|
||||||
|
|
Loading…
Add table
Reference in a new issue