diff options
Diffstat (limited to 'library')
| -rw-r--r-- | library/WT/Stats.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Stats.php b/library/WT/Stats.php index e6124b65d6..22476b72fe 100644 --- a/library/WT/Stats.php +++ b/library/WT/Stats.php @@ -1264,7 +1264,7 @@ class WT_Stats { switch ($type) { default: case 'full': - if ($record->canShow()) { + if ($record->canShowName()) { $result = $record->format_list('span', false, $record->getFullName()); } else { $result = WT_I18N::translate('This information is private and cannot be shown.'); |
