Skip to content

Commit

Permalink
Catch this case also. Not sure how to handle it yet, though.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 13, 2015
1 parent 764e49b commit 05572a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/Compress/lib/Horde/Compress/Tnef.php
Expand Up @@ -377,6 +377,8 @@ protected function _extractMapiAttributes($data)
'TNEF: Named String Id: %s', $name)
);
break;
case self::MAPI_NAMED_TYPE_NONE:
break;

default:
$this->_logger->notice(sprintf(
Expand Down

0 comments on commit 05572a4

Please sign in to comment.