Skip to content

Commit fc6d053

Browse files
committed
Compact Layout
1 parent fedfd89 commit fc6d053

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Plugin.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ public function initialize()
157157

158158
$this->template->hook->attach('template:config:application', 'group_assign:config/toggle');
159159

160-
if ($this->configModel->get('enable_am_group_management', '2') == 1) {
160+
if ($this->configModel->get('enable_am_group_management', '2') == 1) {
161161
$this->applicationAccessMap->add('GroupListController', '*', Role::APP_MANAGER);
162162
$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');
164164
}
165165

166166

@@ -194,7 +194,7 @@ public function getPluginAuthor()
194194
}
195195
public function getPluginVersion()
196196
{
197-
return '1.7.11';
197+
return '1.7.12';
198198
}
199199
public function getPluginHomepage()
200200
{

0 commit comments

Comments
 (0)