mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-27 10:14:47 +02:00
[ticket/13713] Implement ranks
PHPBB3-13713
This commit is contained in:
@@ -21,11 +21,11 @@ class usergroup extends group
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
public function __construct(\phpbb\db\driver\driver_interface $db, \phpbb\group\helper $helper, \phpbb\user $user)
|
||||
public function __construct(\phpbb\db\driver\driver_interface $db, \phpbb\group\helper $helper, \phpbb\user $user, $phpbb_root_path, $phpEx)
|
||||
{
|
||||
$this->user = $user;
|
||||
|
||||
parent::__construct($db, $helper);
|
||||
parent::__construct($db, $helper, $phpbb_root_path, $phpEx);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user