Skip to content

Commit

Permalink
Correct logging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jan 19, 2015
1 parent a074393 commit 5e5691c
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 @@ -325,7 +325,7 @@ protected function _extractMapiAttributes($data)
$data_len = $id_len + ((4 - ($id_len % 4)) % 4);
$this->_logger->debug(sprintf(
'TNEF: Named Id: %s',
substr($this->_getx($data, $data_len))
substr($this->_getx($data), $data_len)
));
break;

Expand Down

0 comments on commit 5e5691c

Please sign in to comment.