Skip to content

Commit

Permalink
Fix variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Dec 29, 2014
1 parent 250c149 commit c000852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Http/lib/Horde/Http/Request/PeclhttpBase.php
Expand Up @@ -68,7 +68,7 @@ protected function _proxyType()
{
$proxyType = $this->proxyType;
if (!isset($this->_proxyTypes[$proxyType])) {
throw new Horde_Http_Exception('Unsupported proxy type (' . $httpAuthScheme . ')');
throw new Horde_Http_Exception('Unsupported proxy type (' . $proxyType . ')');
}
return $this->_proxyTypes[$proxyType];
}
Expand Down

0 comments on commit c000852

Please sign in to comment.