* Fix bug #16511.
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user