Fix visualizzazione contatori badge plugin
This commit is contained in:
parent
29f8c70d9f
commit
97acc202dc
|
@ -509,6 +509,7 @@ if (Auth::check()) {
|
||||||
|
|
||||||
//Badge count per record plugin
|
//Badge count per record plugin
|
||||||
$count = 0;
|
$count = 0;
|
||||||
|
$opt = '';
|
||||||
if (!empty($plugin['options2'])){
|
if (!empty($plugin['options2'])){
|
||||||
$opt = json_decode($plugin['options2'], true);
|
$opt = json_decode($plugin['options2'], true);
|
||||||
}else if (!empty($plugin['options'])){
|
}else if (!empty($plugin['options'])){
|
||||||
|
|
Loading…
Reference in New Issue