Skip to content

Commit

Permalink
fixed missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
einhirn committed Jan 7, 2014
1 parent 1b39d8c commit 4e6f1bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ public function getUserData($user) {
if ($ACT == "admin" && $_REQUEST['page']=="usermanager") {
if(!is_null($this->usermanager_auth))
return $this->usermanager_auth->getUserData($user);
}

if(is_null($this->chained_auth)) {
foreach($this->chained_plugins as $module) {
Expand Down

0 comments on commit 4e6f1bb

Please sign in to comment.