From: cajus Date: Mon, 1 Feb 2010 10:05:23 +0000 (+0000) Subject: Added fax base check X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0f2075d2970da3ad37ef4070971895d1c17ec6f8;p=gosa.git Added fax base check git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15527 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc b/gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc index e240bb63b..35ce992f6 100644 --- a/gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc +++ b/gosa-plugins/gofax/gofax/blocklists/class_blocklistGeneric.inc @@ -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 */