mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-21 16:10:38 +01:00
[ticket/14972] Fix create_insert_array() declaration in admin_activate_user
PHPBB3-14972
This commit is contained in:
parent
003a9a6d25
commit
efd8e35a6b
@ -175,7 +175,7 @@ class admin_activate_user extends \phpbb\notification\type\base
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function create_insert_array($user, $pre_create_data)
|
||||
public function create_insert_array($user, $pre_create_data = array())
|
||||
{
|
||||
$this->set_data('user_actkey', $user['user_actkey']);
|
||||
$this->notification_time = $user['user_regdate'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user