Skip to content

Commit

Permalink
Remove change for local uI testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Dec 3, 2014
1 parent e6fd602 commit 4f96e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/UsersManager/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function addUser($userLogin, $passwordTransformed, $email, $alias, $token

public function setSuperUserAccess($userLogin, $hasSuperUserAccess)
{
$this->getDb()->update(Common::prefixTable('user'),//$this->table,
$this->getDb()->update($this->table,
array(
'superuser_access' => $hasSuperUserAccess ? 1 : 0
),
Expand Down

0 comments on commit 4f96e58

Please sign in to comment.