mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/14972] Fix create_insert_array() declaration in admin_activate_user
PHPBB3-14972
This commit is contained in:
@@ -175,7 +175,7 @@ class admin_activate_user extends \phpbb\notification\type\base
|
|||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@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->set_data('user_actkey', $user['user_actkey']);
|
||||||
$this->notification_time = $user['user_regdate'];
|
$this->notification_time = $user['user_regdate'];
|
||||||
|
Reference in New Issue
Block a user