Skip to content

Commit cf698db

Browse files
committed
Template fix for compile error
1 parent a3c6c03 commit cf698db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Topcoder/class.topcoder.plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2419,7 +2419,7 @@ public function activityModel_BeforeCheckPreference_handler($sender, $args) {
24192419
// $categoryBreadcrumbs = array_column(array_values(CategoryModel::getAncestors(val('CategoryID',$discussion))), 'Name');
24202420

24212421
$activity['Story'] =
2422-
'<p>Hi there,</p>'
2422+
'<p>Hi there,</p>' .
24232423
'<p>A new message has been posted on your work forum tied to your Topcoder Work "' . $categoryName . '" ' .
24242424
'which was updated ' . $dateInserted . ' by ' . $author->Name . ':<p/>' .
24252425
'<hr/>' .

0 commit comments

Comments
 (0)