diff --git a/module/custom/model.php b/module/custom/model.php index 1ecc2d6858..9302ab26f1 100644 --- a/module/custom/model.php +++ b/module/custom/model.php @@ -951,7 +951,8 @@ class customModel extends model */ public function hasAssetlibData() { - return $this->dao->select('*')->from(TABLE_ASSETLIB)->where('deleted')->eq(0)->count(); + if($this->config->edition == 'max') return $this->dao->select('*')->from(TABLE_ASSETLIB)->where('deleted')->eq(0)->count(); + return false; } /**