From: hickert Date: Mon, 6 Sep 2010 07:05:40 +0000 (+0000) Subject: Updated gosa-si dependencies X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b28068ef3ac08c168a20b234c4e6c38eb23221dd;p=gosa.git Updated gosa-si dependencies git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19513 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalInfo.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalInfo.inc index a2586613b..ad75eddc8 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_terminalInfo.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_terminalInfo.inc @@ -101,7 +101,7 @@ class terminfo extends plugin $smarty->assign("swap", progressbar(0,100,15,true)); /* Check if terminal is online */ - if (gosaSupportDaemon::ping($this->macAddress)){ + if (class_available("gosaSupportDaemon") && gosaSupportDaemon::ping($this->macAddress)){ $smarty->assign("status", _("online")); $smarty->assign("active", "true");