This commit is contained in:
hufangzhou
2022-05-16 13:43:36 +08:00
parent c3d5036eea
commit 7cc75bf80a
+1 -1
View File
@@ -789,7 +789,7 @@ class actionModel extends model
if(is_array($desc))
{
if($key == 'extra') continue;
if($action->objectType == 'story' and $action->action = 'reviewed' and strpos($action->extra, '|') !== false and $key == 'actor')
if($action->objectType == 'story' and $action->action == 'reviewed' and strpos($action->extra, '|') !== false and $key == 'actor')
{
$desc['main'] = str_replace('$actor', $this->lang->action->superReviewer . ' ' . $value, $desc['main']);
}