Code

Added support for general check hooks
[gosa.git] / plugins / gofon / conference / class_phoneConferenceGeneric.inc
index 1f5cd480f71efbf9eb22ea80f6c602a0057cce1a..4713d45703d790ebebe80e6cb8dd196313dc9327 100644 (file)
@@ -180,7 +180,8 @@ class conference extends plugin
   /* Check values */
   function check()
   {
-    $message= array();
+    /* Call common method to give check the hook */
+    $message= plugin::check();
 
     if($this->is_number_used()){
       $message[] =  $this->is_number_used();