mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[ticket/17496] Fix recently added changes
PHPBB-17496
This commit is contained in:
@@ -101,7 +101,7 @@ class remove_jabber extends migration
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
public function move_jabber_to_email_notifications(?int $start)
|
public function move_jabber_to_email_notifications(int|null $start)
|
||||||
{
|
{
|
||||||
$limit = 1000;
|
$limit = 1000;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user