1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-04 19:51:39 +02:00

[ticket/17540] Default initialize rename_index array

PHPBB-17540
This commit is contained in:
Marc Alexander
2025-09-13 08:59:19 +02:00
parent d6d0f755ff
commit e482a6e74b

View File

@@ -27,7 +27,7 @@ class rename_duplicated_index_names extends migration
/**
* @var array
*/
protected static $rename_index;
protected static $rename_index = [];
public static function depends_on()
{