Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
Update Events.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Felli authored Feb 9, 2018
1 parent ba72b01 commit 2e38920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Events.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static function onAdminMenuInit(\yii\base\Event $event)
'label' => Yii::t('PatreonModule.base', 'Patreon Settings'),
'url' => Url::toRoute('/patreon/admin/index'),
'group' => 'settings',
'icon' => '<i class="fab fa-patreon"></i>',
'icon' => '<i class="fa fa-patreon"></i>',
'isActive' => Yii::$app->controller->module && Yii::$app->controller->module->id == 'patreon' && Yii::$app->controller->id == 'admin',
'sortOrder' => 650
]);
Expand Down

0 comments on commit 2e38920

Please sign in to comment.