Skip to content
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.

Commit

Permalink
fixed keyinfo usage in detectAccess()
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoffend committed Oct 4, 2011
1 parent 767cf3b commit d242fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pheal.php
Expand Up @@ -164,7 +164,7 @@ public function detectAccess()
$this->scope = $old;

// set detected keytype and accessMask
$this->setAccess($keyinfo->type, $keyinfo->accessMask);
$this->setAccess($keyinfo->key->type, $keyinfo->key->accessMask);
}

/**
Expand Down

0 comments on commit d242fbc

Please sign in to comment.