mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-02 12:53:37 +02:00
[ticket/16345] Small improvements
PHPBB3-16346
This commit is contained in:
@@ -16,7 +16,7 @@ namespace phpbb\db\migration\data\v310;
|
||||
class avatar_types extends \phpbb\db\migration\migration
|
||||
{
|
||||
/**
|
||||
* @var avatar type map
|
||||
* @var array avatar type map
|
||||
*/
|
||||
protected $avatar_type_map = array(
|
||||
AVATAR_UPLOAD => 'avatar.driver.upload',
|
||||
|
@@ -54,6 +54,7 @@ class bot_update extends \phpbb\db\migration\migration
|
||||
if (!$group_row)
|
||||
{
|
||||
// default fallback, should never get here
|
||||
$group_row = [];
|
||||
$group_row['group_id'] = 6;
|
||||
$group_row['group_colour'] = '9E8DA7';
|
||||
}
|
||||
|
@@ -122,7 +122,7 @@ class notification_options_reconvert extends \phpbb\db\migration\migration
|
||||
* @param string $item_type
|
||||
* @param int $item_id
|
||||
* @param int $user_id
|
||||
* @param string $methods
|
||||
* @param array $methods
|
||||
*/
|
||||
protected function add_method_rows(\phpbb\db\sql_insert_buffer $insert_buffer, $item_type, $item_id, $user_id, array $methods)
|
||||
{
|
||||
|
Reference in New Issue
Block a user