File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -547,7 +547,7 @@ public function discussionModel_beforeRecordAdvancedNotification_handler($sender
547
547
$ categoryName = $ category ['Name ' ];
548
548
$ categoryBreadcrumbs = array_column (array_values (CategoryModel::getAncestors ($ discussion ['CategoryID ' ])), 'Name ' );
549
549
$ dateInserted = Gdn_Format::dateFull ($ discussion ['DateInserted ' ]);
550
- $ data ["HeadlineFormat " ] = 'The new discussion has been posted in the category " ' . $ categoryName . '" . ' ;
550
+ $ data ["HeadlineFormat " ] = 'The new discussion has been posted in the category ' . $ categoryName . '. ' ;
551
551
// Format to Html
552
552
$ story = condense (Gdn_Format::to ($ discussion ['Body ' ], $ discussion ['Format ' ]));
553
553
$ message = $ story ; // htmlspecialchars(Gdn_Format::plainText($story, 'Html'));
You can’t perform that action at this time.
0 commit comments