1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-07 17:33:32 +02:00

[ticket/11150] Initialize the errors array in the translate trait

PHPBB3-11150
This commit is contained in:
Tristan Darricau 2015-12-19 18:38:56 +01:00 committed by Tristan Darricau
parent 1c9ecd084c
commit f6eb17048a
No known key found for this signature in database
GPG Key ID: 817043C2E29DB881

View File

@ -28,7 +28,7 @@ trait translate_composer_trait
/**
* @var array
*/
protected $composer_error;
protected $composer_error = [];
/**
* {@inheritdoc}