Skip to content

Commit

Permalink
Only check for a meeting request if we have a valid tnef file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 22, 2014
1 parent f04d5fa commit 9705ea9
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 @@ -174,8 +174,8 @@ public function decompress($data, array $params = array())
break;
}
}
$this->_checkiTip($out);
}
$this->_checkiTip($out);

return array_reverse($out);
}
Expand Down

0 comments on commit 9705ea9

Please sign in to comment.