diff --git a/include/top.php b/include/top.php index 87b14e967..1dfd438e9 100755 --- a/include/top.php +++ b/include/top.php @@ -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'])){