From: hickert Date: Thu, 17 Apr 2008 13:29:27 +0000 (+0000) Subject: Fixed si function X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5f6b328e0cb1727006ea0acb3d7979dd9ec546f8;p=gosa.git Fixed si function git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10540 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index f14d7a62f..7d8a4f494 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -144,6 +144,7 @@ class gosaSupportDaemon "".$release."". ""; + $ret = array(); if($this->connect()){ $this->o_sock->write($xml_msg); $str = trim($this->o_sock->read());