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:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user