From: hickert Date: Mon, 21 Apr 2008 12:23:18 +0000 (+0000) Subject: Fixed undefined index. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e38bc246c4d359958843fbc64b639ea909de9f05;p=gosa.git Fixed undefined index. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10583 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index 7d8a4f494..c383f03bb 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -188,6 +188,7 @@ class gosaSupportDaemon "". "".$release.""; + $ret = array(); if($this->connect()){ $this->o_sock->write($xml_msg); $str = trim($this->o_sock->read());