Code

gotoLpdEnable wasn't saved as "Yes/No" it was saved as 1/0
[gosa.git] / plugins / admin / systems / class_glpiDeviceManagement.inc
index c99e382baa3530aa051c07c042c02e31636e50cb..9fe20a9f1b320a5f69f2b46b530ac6fdd2af24a9 100644 (file)
@@ -335,7 +335,8 @@ class glpiDeviceManagement extends plugin
    */
   function check($attr)
   {
-    $message = array();
+    /* Call common method to give check the hook */
+    $message= plugin::check();
 
     if(isset($attr['designation'])){
       $str2 = "designation";