This commit is contained in:
liyuchun
2021-11-22 10:06:49 +08:00
parent 83d49cb8d9
commit 48909fa19b
+8
View File
@@ -3621,6 +3621,14 @@ class storyModel extends model
}
}
}
else if($id == 'feedbackBy')
{
$title = $story->feedbackBy;
}
else if($id == 'notifyEmail')
{
$title = $story->notifyEmail;
}
else if($id == 'actions')
{
$class .= ' text-center';