Verified Commit 681f1539 authored by dockx thibault's avatar dockx thibault
Browse files

:ambulance: Fix(codestyle) first part of codestyle correction

Fixing codestyle to align with 1.4, part 1.
Showing with 3 additions and 3 deletions
+3 -3
...@@ -22,7 +22,7 @@ class RoleMembersAttribute extends UsersAttribute ...@@ -22,7 +22,7 @@ class RoleMembersAttribute extends UsersAttribute
{ {
protected $whitelistDns = NULL; protected $whitelistDns = NULL;
function getFilterWhiteList() function getFilterWhiteList ()
{ {
global $config; global $config;
if ($config->get_cfg_value('RestrictRoleMembers') == 'TRUE') { if ($config->get_cfg_value('RestrictRoleMembers') == 'TRUE') {
...@@ -49,7 +49,7 @@ class roleGeneric extends simplePlugin ...@@ -49,7 +49,7 @@ class roleGeneric extends simplePlugin
{ {
var $objectclasses = ['organizationalRole']; var $objectclasses = ['organizationalRole'];
static function plInfo() static function plInfo ()
{ {
return [ return [
'plShortName' => _('Role'), 'plShortName' => _('Role'),
...@@ -113,7 +113,7 @@ class roleGeneric extends simplePlugin ...@@ -113,7 +113,7 @@ class roleGeneric extends simplePlugin
]; ];
} }
function ldap_save() function ldap_save ()
{ {
global $ui; global $ui;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment