From 9c27dd14b619cd39107f2dac30e65f24f38f262e Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 12 Sep 2008 11:46:49 +0000 Subject: [PATCH] Updated gosasupport daemon error handling. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12447 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_gosaSupportDaemon.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index 10027c5fe..a9c172219 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -144,7 +144,7 @@ class gosaSupportDaemon $line = __LINE__; $class = __CLASS__; foreach($debug as $info){ - if(!in_array($info['function'],array("send_data","_send","set_error"))){ + if(!in_array($info['function'],array("send_data","_send","set_error","connect"))){ $file = $info['file']; $line = $info['line']; $class = get_class($this); -- 2.30.2