Skip to content

Commit

Permalink
Fix property name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed May 15, 2014
1 parent 3a42ae4 commit 98516d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/Credentials.php
Expand Up @@ -100,7 +100,7 @@ protected function _getCredentials()
} else {
// Might be using X509 certs, so won't have the Auth headers or a
// password.
$get = $this->server->getGetVars();
$get = $this->_server->getGetVars();
if (!empty($get['User'])) {
$user = $get['User'];
}
Expand Down

0 comments on commit 98516d1

Please sign in to comment.