Skip to content

Commit

Permalink
Sigh. Fix the fix to the fix for the logging fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 27, 2015
1 parent 15a4b71 commit 335a793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Compress/lib/Horde/Compress/Tnef.php
Expand Up @@ -342,7 +342,7 @@ protected function _extractMapiAttributes($data)
$data_len = $id_len + ((4 - ($id_len % 4)) % 4);
$this->_logger->debug(sprintf(
'TNEF: Named String Id: %s',
substr($this->_getx($data, $data_len)), 0, $id_len)
substr($this->_getx($data, $data_len), 0, $id_len))
);
break;

Expand Down

0 comments on commit 335a793

Please sign in to comment.