From: hickert Date: Thu, 31 Mar 2011 12:50:00 +0000 (+0000) Subject: Updated Device saving X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=22f93ad267c7a5e8f0c69cf90e202ffae77d3d8e;p=gosa.git Updated Device saving git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20634 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/Device/class_Device.inc b/gosa-plugins/goto/admin/systems/goto/Device/class_Device.inc index 45a56cddd..57cce66e6 100644 --- a/gosa-plugins/goto/admin/systems/goto/Device/class_Device.inc +++ b/gosa-plugins/goto/admin/systems/goto/Device/class_Device.inc @@ -33,6 +33,8 @@ class Device extends plugin private $resolvedNamesCache = array(); + public $ignore_account = TRUE; + /*! \brief Constructs the device object and keep some * initial values. @@ -229,6 +231,9 @@ class Device extends plugin */ function save() { + + + plugin::save(); // Append and remove dynmic object classes