@@ -171,7 +171,7 @@ public function showForForm(PluginFormcreatorForm $item, $options = []) {
171
171
],
172
172
];
173
173
$ usersCondition = [
174
- "$ userTable.id " => new QuerySubquery ($ subQuery )
174
+ "$ userTable.id " => new QuerySubQuery ($ subQuery )
175
175
];
176
176
$ formValidator = new PluginFormcreatorForm_Validator ();
177
177
$ selectedValidatorUsers = [];
@@ -253,7 +253,7 @@ public function showForForm(PluginFormcreatorForm $item, $options = []) {
253
253
],
254
254
];
255
255
$ groupsCondition = [
256
- "$ groupTable.id " => new QuerySubquery ($ subQuery ),
256
+ "$ groupTable.id " => new QuerySubQuery ($ subQuery ),
257
257
];
258
258
$ groups = $ DB ->request ([
259
259
'SELECT ' => ['id ' ,'name ' ],
@@ -541,7 +541,7 @@ public static function dropdownValidatorUser(): string {
541
541
$ profileFk = Profile::getForeignKeyField ();
542
542
$ profileRightTable = ProfileRight::getTable ();
543
543
$ usersCondition = [
544
- "$ userTable.id " => new QuerySubquery ([
544
+ "$ userTable.id " => new QuerySubQuery ([
545
545
'SELECT ' => "$ profileUserTable. $ userFk " ,
546
546
'FROM ' => $ profileUserTable ,
547
547
'INNER JOIN ' => [
@@ -606,7 +606,7 @@ public static function dropdownValidatorGroup(): string {
606
606
$ profileRightTable = ProfileRight::getTable ();
607
607
$ groupUserTable = Group_User::getTable ();
608
608
$ groupsCondition = [
609
- "$ groupTable.id " => new QuerySubquery ([
609
+ "$ groupTable.id " => new QuerySubQuery ([
610
610
'SELECT ' => "$ groupUserTable. $ groupFk " ,
611
611
'FROM ' => $ groupUserTable ,
612
612
'INNER JOIN ' => [
0 commit comments