forked from extern/egroupware
silence object test
This commit is contained in:
parent
082f05caea
commit
8e8b68bea7
@ -907,7 +907,7 @@
|
||||
}
|
||||
|
||||
// Clean up mcrypt
|
||||
if (is_object($this->crypto))
|
||||
if (@is_object($this->crypto))
|
||||
{
|
||||
$this->crypto->cleanup();
|
||||
unset($this->crypto);
|
||||
|
Loading…
Reference in New Issue
Block a user