Skip to content

Commit c2baa3d

Browse files
authored
Merge pull request #70 from topcoder-platform/issues-476
Issues-476: Fixed challenges roles after updating comments
2 parents a3fad3c + 1c66f0d commit c2baa3d

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
@@ -744,7 +744,7 @@ private function getMediaData($type, $id) {
744744
* @param $args
745745
*/
746746
public function base_userAnchor_handler($sender, $args){
747-
if($sender instanceof DiscussionController || $sender instanceof GroupController) {
747+
if($sender instanceof DiscussionController || $sender instanceof GroupController || $sender instanceof PostController) {
748748
$user = $args['User'];
749749
$isTopcoderAdmin = $args['IsTopcoderAdmin'];
750750
$anchorText = &$args['Text'];

0 commit comments

Comments
 (0)