fixed header new_apps issues..
This commit is contained in:
parent
62bb74d6a0
commit
2bb846d131
@ -71,8 +71,10 @@ class Header
|
||||
|
||||
$new_apps = $this->getNotifications('new-apps');
|
||||
|
||||
foreach ($new_apps as $new_app) {
|
||||
$notifications++;
|
||||
if ($new_apps) {
|
||||
foreach ($new_apps as $new_app) {
|
||||
$notifications++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user