*Finish task #63777.
This commit is contained in:
@@ -4422,6 +4422,11 @@ class storyModel extends model
|
||||
{
|
||||
$title = $story->feedbackBy;
|
||||
}
|
||||
elseif($id =='version')
|
||||
{
|
||||
$title = $story->version;
|
||||
$class = 'text-center';
|
||||
}
|
||||
elseif($id == 'notifyEmail')
|
||||
{
|
||||
$title = $story->notifyEmail;
|
||||
|
||||
Reference in New Issue
Block a user