mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/11150] Initialize the errors array in the translate trait
PHPBB3-11150
This commit is contained in:
parent
1c9ecd084c
commit
f6eb17048a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ trait translate_composer_trait
|
|||
/**
|
||||
* @var array
|
||||
*/
|
||||
protected $composer_error;
|
||||
protected $composer_error = [];
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
|
Loading…
Add table
Reference in a new issue