Code

Attachmentpool dialog fixed
[gosa.git] / plugins / admin / systems / class_glpiAccount.inc
index 0f11882cd646b87c9f98bce03a5db07824833a22..c6d3197b41bc4dd0f4016c60152874cc70a4a864 100644 (file)
@@ -601,6 +601,9 @@ class glpiAccount extends plugin
   /* Save data to object */
   function save_object()
   {
+    if(!isset($_POST['glpi_tpl_posted'])) {
+      return ;
+    }
     plugin::save_object();
     foreach($this->attributes as $attrs){
       if(isset($_POST[$attrs])){