Skip to content

Commit

Permalink
Update permissions format, because deprecating is more fun than backw…
Browse files Browse the repository at this point in the history
…ards compatibility
  • Loading branch information
agileware-justin committed Aug 12, 2024
1 parent b3e167a commit 683650b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions outlook365.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ function outlook365_civicrm_pageRun(&$page) {

function outlook365_civicrm_permission(&$permissions) {
$permissions['access outlook 365 pages'] = [
E::ts('Access Outlook 365 pages'),
E::ts('Give this permission to anonymous users.')
];
'label' => E::ts('Access Outlook 365 pages'),
'description' => E::ts('Give this permission to anonymous users.'),
];
}

/**
Expand Down

0 comments on commit 683650b

Please sign in to comment.