Code

Added fax base check
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Feb 2010 10:05:23 +0000 (10:05 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Feb 2010 10:05:23 +0000 (10:05 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15527 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc

index e240bb63b0e8c7399d67724d1b8f410a458c6f3d..35ce992f681f52ddfc5254537a5362d7eb20265c 100644 (file)
@@ -207,6 +207,11 @@ class blocklistGeneric extends plugin
         }
       }
     }
+
+    // Check if a wrong base was supplied
+    if(!$this->baseSelector->checkLastBaseUpdate()){
+      $message[]= msgPool::check_base();;
+    }
     
     /* Check if we are allowed to create or move this object
      */