Rename to singular
Rename and update references. Standards and a require_once.
This commit is contained in:
@@ -377,7 +377,7 @@ function populate_acl($user = null, $show_jotnets = false) {
|
||||
'$aclModalTitle' => t('Permissions'),
|
||||
'$aclModalDismiss' => t('Close'),
|
||||
'$features' => array(
|
||||
'aclautomention' => (Features::isEnabled($user['uid'], "aclautomention") ? "true" : "false")
|
||||
'aclautomention' => (Feature::isEnabled($user['uid'], "aclautomention") ? "true" : "false")
|
||||
),
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user