Skip to content

Commit

Permalink
Update yetiforce.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszkrzaczkowski authored Feb 26, 2019
1 parent 3daefe1 commit 84e7c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/yetiforce/yetiforce.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function init()

if ($this->rc->action === 'compose') {
$composeAddressModules = [];
foreach (AppConfig::module('Mail', 'RC_COMPOSE_ADDRESS_MODULES') as $moduleName) {
foreach (\App\Config::component('Mail', 'RC_COMPOSE_ADDRESS_MODULES') as $moduleName) {
if (\App\Privilege::isPermitted($moduleName)) {
$composeAddressModules[$moduleName] = \App\Language::translate($moduleName, $moduleName);
}
Expand Down

0 comments on commit 84e7c25

Please sign in to comment.