Skip to content

Commit 843dc11

Browse files
committed
Fixed quotes
1 parent c9d0fe9 commit 843dc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

class.groups.plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ public function discussionModel_beforeRecordAdvancedNotification_handler($sender
547547
$categoryName = $category['Name'];
548548
$categoryBreadcrumbs = array_column(array_values(CategoryModel::getAncestors($discussion['CategoryID'])), 'Name');
549549
$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 . '.';
551551
// Format to Html
552552
$story = condense(Gdn_Format::to($discussion['Body'], $discussion['Format']));
553553
$message = $story; // htmlspecialchars(Gdn_Format::plainText($story, 'Html'));

0 commit comments

Comments
 (0)