Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
pull/2487/head
Scrutinizer Auto-Fixer 8 years ago
parent 981560ab35
commit 2dce14872e
  1. 3
      main/inc/lib/display.lib.php

@ -1457,8 +1457,7 @@ class Display
$return = ' ';
foreach ($notifications as $notification) {
$toolName = $notification['tool'];
if (!
(
if (!(
$notification['visibility'] == '1' ||
($status == '1' && $notification['visibility'] == '0') ||
!isset($notification['visibility'])

Loading…
Cancel
Save