From: Aaron Schulz Date: Mon, 28 Sep 2009 02:08:05 +0000 (+0000) Subject: bolden show/hide links if oversighted X-Git-Tag: 1.31.0-rc.0~39501 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=66168ded8a5378db07ca7c3da8ea70a47c3894a9;p=lhc%2Fweb%2Fwiklou.git bolden show/hide links if oversighted --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 3ff18dc012..0b1c533a9d 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -880,9 +880,10 @@ class ImageHistoryList { ), array( 'known' ) ); - // Bolden oversighted content - if( $file->isDeleted(File::DELETED_RESTRICTED) ) - $del = "$del"; + } + // Bolden oversighted content + if( $file->isDeleted(File::DELETED_RESTRICTED) ) { + $del = "$del"; } $row .= "$del"; }