|
|
@@ -88,6 +88,13 @@ class RessourceDataProvider extends BaseDataProvider
|
|
|
Kerio::RES_TYPE_LOCATION => $lang->absoluteT('kerio','ressource','type','location'),
|
|
|
Kerio::RES_TYPE_EQUIPMENT => $lang->absoluteT('kerio','ressource','type','equipment')
|
|
|
];
|
|
|
+ logModuleCall(
|
|
|
+ 'kerioEmail',
|
|
|
+ __FUNCTION__,
|
|
|
+ $this->availableValues,
|
|
|
+ 'Debug Error',
|
|
|
+ $this
|
|
|
+ );
|
|
|
}
|
|
|
|
|
|
public function create()
|