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

Commit

Permalink
RoleLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
c12simple committed Nov 25, 2014
1 parent 6f1b00c commit 57227be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/core/classes/class.AJXP_Role.php
Expand Up @@ -35,7 +35,6 @@ class AJXP_Role implements AjxpGroupPathProvider

protected $groupPath;
protected $roleId;
protected $roleLabel;

protected $acls = array();
protected $parameters = array();
Expand Down Expand Up @@ -412,7 +411,7 @@ public function getId()

public function setLabel($roleLabel)
{
$this->roleLabel = $roleLabel;
$this->setParameterValue("core.conf", "ROLE_DISPLAY_NAME", $roleLabel);
}

public function getLabel()
Expand Down

0 comments on commit 57227be

Please sign in to comment.