File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,10 +157,10 @@ public function initialize()
157
157
158
158
$ this ->template ->hook ->attach ('template:config:application ' , 'group_assign:config/toggle ' );
159
159
160
- if ($ this ->configModel ->get ('enable_am_group_management ' , '2 ' ) == 1 ) {
160
+ if ($ this ->configModel ->get ('enable_am_group_management ' , '2 ' ) == 1 ) {
161
161
$ this ->applicationAccessMap ->add ('GroupListController ' , '* ' , Role::APP_MANAGER );
162
162
$ this ->applicationAccessMap ->add ('GroupCreationController ' , '* ' , Role::APP_MANAGER );
163
- $ this ->template ->setTemplateOverride ('header/user_dropdown ' , 'group_assign:header/user_dropdown ' );
163
+ $ this ->template ->setTemplateOverride ('header/user_dropdown ' , 'group_assign:header/user_dropdown ' );
164
164
}
165
165
166
166
@@ -194,7 +194,7 @@ public function getPluginAuthor()
194
194
}
195
195
public function getPluginVersion ()
196
196
{
197
- return '1.7.11 ' ;
197
+ return '1.7.12 ' ;
198
198
}
199
199
public function getPluginHomepage ()
200
200
{
You can’t perform that action at this time.
0 commit comments