Skip to content

Commit

Permalink
Variable name bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
joostfaassen committed Feb 15, 2016
1 parent a70d675 commit 56f9bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Account.php
Expand Up @@ -150,6 +150,6 @@ public function getAccountProperty($name)

public function hasAccountProperty($name)
{
return isset($this->accountProperty[$name]);
return isset($this->accountProperties[$name]);
}
}

0 comments on commit 56f9bda

Please sign in to comment.