summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c4353c6)
raw | patch | inline | side by side (parent: c4353c6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Sep 2008 13:38:30 +0000 (13:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Sep 2008 13:38:30 +0000 (13:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12426 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_systemManagement.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc
index 61e2f725df32cc3bb24328fe9b183fcd1af53562..1b26ef9a4f2705c559925a8db551482dda057793 100644 (file)
/* Append opsi systems, the opsi extension have to installed.
*/
- if($this->opsi != NULL){
+ if($this->opsi != NULL && $this->opsi->enabled()){
$opsi_clients = $this->opsi->get_hosts_for_system_management();
if($this->opsi->is_error()){
msg_dialog::display(_("Error"),msgPool::siError($this->opsi->get_error()),ERROR_DIALOG);