mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge pull request #5995 from rxu/ticket/16505
[ticket/16505] Fix use of count() on non-Countable
This commit is contained in:
commit
8591108451
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ class language
|
|||
*
|
||||
* @return string
|
||||
*/
|
||||
public function lang_array($key, $args = array())
|
||||
public function lang_array($key, array $args = [])
|
||||
{
|
||||
$lang = $this->lang_raw($key);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue