silence object test

This commit is contained in:
Miles Lott 2001-12-06 16:26:08 +00:00
parent 082f05caea
commit 8e8b68bea7

View File

@ -907,7 +907,7 @@
}
// Clean up mcrypt
if (is_object($this->crypto))
if (@is_object($this->crypto))
{
$this->crypto->cleanup();
unset($this->crypto);