mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
silence object test
This commit is contained in:
parent
082f05caea
commit
8e8b68bea7
@ -907,7 +907,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Clean up mcrypt
|
// Clean up mcrypt
|
||||||
if (is_object($this->crypto))
|
if (@is_object($this->crypto))
|
||||||
{
|
{
|
||||||
$this->crypto->cleanup();
|
$this->crypto->cleanup();
|
||||||
unset($this->crypto);
|
unset($this->crypto);
|
||||||
|
Loading…
Reference in New Issue
Block a user