From 8e8b68bea7fac3aa004619dc0553782d53778b81 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Thu, 6 Dec 2001 16:26:08 +0000 Subject: [PATCH] silence object test --- phpgwapi/inc/class.common.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.common.inc.php b/phpgwapi/inc/class.common.inc.php index f86ee5882e..d83e85a229 100644 --- a/phpgwapi/inc/class.common.inc.php +++ b/phpgwapi/inc/class.common.inc.php @@ -907,7 +907,7 @@ } // Clean up mcrypt - if (is_object($this->crypto)) + if (@is_object($this->crypto)) { $this->crypto->cleanup(); unset($this->crypto);