* Fix bug#42465.

This commit is contained in:
xieqiyu
2024-01-04 15:42:12 +08:00
parent e199b3966a
commit 55550a5819
+1 -1
View File
@@ -88,7 +88,7 @@ foreach($hasViewPriv as $type => $bool)
$typeName = '';
if(isset($lang->{$review->type}->common)) $typeName = $lang->{$review->type}->common;
if($reviewType == 'story') $typeName = $lang->SRCommon;
if($reviewType == 'story') $typeName = $review->storyType == 'story' ? $lang->SRCommon : $lang->URCommon;
if(isset($lang->$reviewType->statusList)) $statusList = array_merge($statusList, $lang->$reviewType->statusList);
if($reviewType == 'attend') $statusList = array_merge($statusList, $lang->attend->reviewStatusList);