From 6398e875504613de00cd40833271a74515ec352d Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 9 May 2011 06:51:43 +0000 Subject: [PATCH] Updated Device handling git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20788 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/Device/class_InstallRecipe.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc b/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc index bdedfdc30..2c09fc177 100644 --- a/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc +++ b/gosa-plugins/goto/admin/systems/goto/Device/class_InstallRecipe.inc @@ -76,6 +76,8 @@ class InstallRecipe extends plugin { plugin::plugin($config, $dn); + $this->is_account = $this->initially_was_account = FALSE; + $this->_device = &$parent; $this->deviceUUID = $parent->deviceUUID; @@ -167,6 +169,7 @@ class InstallRecipe extends plugin $this->rpcError = !$rpc->success(); if(!$rpc->success()){ $this->rpcErrorMessage = $rpc->get_error(); + msg_dialog::display(_("Error"), msgPool::rpcError($this->rpcErrorMessage), ERROR_DIALOG); return(NULL); } -- 2.30.2