|
@@ -3,10 +3,8 @@ |
|
3
|
3
|
{
|
|
4
|
4
|
protected $_adminIds = array();
|
|
5
|
5
|
protected $_adminRoles = array( 'administrator', 'developer', 'sh4_admin' );
|
|
6
|
6
|
|
|
7
|
|
- public $usersQuery;
|
|
8
|
|
-
|
|
9
|
7
|
public function __construct(
|
|
10
|
8
|
HC3_Hooks $hooks,
|
|
11
|
9
|
HC3_Users_Query $usersQuery
|
|
12
|
10
|
)
|