Skip to content

Commit

Permalink
Add ob_return status to signature hash
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed May 29, 2014
1 parent afe4215 commit f38e455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Imap_Client/lib/Horde/Imap/Client/Base.php
Expand Up @@ -681,7 +681,7 @@ public function getNamespaces(
$additional = array_map('strval', $additional);
$sig = hash(
(PHP_MINOR_VERSION >= 4) ? 'fnv132' : 'sha1',
json_encode($additional)
json_encode($additional) . intval(empty($opts['ob_return']))
);

if (isset($this->_init['namespace'][$sig])) {
Expand Down

0 comments on commit f38e455

Please sign in to comment.