Skip to content

Commit

Permalink
Quick Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienheraud committed Jul 16, 2019
1 parent 474172a commit 2e1838c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions libraries/cck/joomla/user/user.php
Expand Up @@ -23,18 +23,18 @@ public function __construct( $identifier = 0 )
$this->_user = JFactory::getUser( $identifier );
}

// setAuthorisedViewLevels
public function setAuthorisedViewLevels( $viewlevels = array() )
{
$this->_user->_authLevels = $viewlevels;
}

// setAuthorisedGroups
public function setAuthorisedGroups( $groups = array() )
{
$this->_user->_authGroups = $groups;
}

// setAuthorisedViewLevels
public function setAuthorisedViewLevels( $viewlevels = array() )
{
$this->_user->_authLevels = $viewlevels;
}

// makeHimLive
public function makeHimLive()
{
Expand Down

0 comments on commit 2e1838c

Please sign in to comment.