From: hickert Date: Mon, 9 May 2011 06:51:43 +0000 (+0000) Subject: Updated Device handling X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6398e875504613de00cd40833271a74515ec352d;p=gosa.git Updated Device handling git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20788 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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); }