Fix visualizzazione contatori badge plugin

This commit is contained in:
MatteoPistorello 2022-03-23 16:20:59 +01:00
parent 29f8c70d9f
commit 97acc202dc
1 changed files with 1 additions and 0 deletions

View File

@ -509,6 +509,7 @@ if (Auth::check()) {
//Badge count per record plugin
$count = 0;
$opt = '';
if (!empty($plugin['options2'])){
$opt = json_decode($plugin['options2'], true);
}else if (!empty($plugin['options'])){