From 48909fa19b5edd5c528a43b14f0ea82d5a57a8c3 Mon Sep 17 00:00:00 2001 From: liyuchun Date: Mon, 22 Nov 2021 10:06:49 +0800 Subject: [PATCH] * Fix bug #16511. --- module/story/model.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/module/story/model.php b/module/story/model.php index 7a1924c343..a3cbcd947d 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -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';