mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +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
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function lang_array($key, $args = array())
|
public function lang_array($key, array $args = [])
|
||||||
{
|
{
|
||||||
$lang = $this->lang_raw($key);
|
$lang = $this->lang_raw($key);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue