mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
[ticket/14972] Fix create_insert_array() declaration in admin_activate_user
PHPBB3-14972
This commit is contained in:
parent
003a9a6d25
commit
efd8e35a6b
1 changed files with 1 additions and 1 deletions
|
@ -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'];
|
||||||
|
|
Loading…
Add table
Reference in a new issue