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';