Ticket #2368: 2368.01.patch
File 2368.01.patch, 719 bytes (added by , 11 years ago) |
---|
-
includes/extend/buddypress/group.php
class BBP_Forums_Group_Extension extends BP_Group_Extension { 1092 1092 return; ?> 1093 1093 1094 1094 <input type="hidden" name="group-show-forum" id="group-show-forum" value="1" /> 1095 1095 1096 1096 <?php 1097 1097 } 1098 1098 … … class BBP_Forums_Group_Extension extends BP_Group_Extension { 1379 1379 // Set the item ID to the group ID so the activity item shows up in the group 1380 1380 $args['item_id'] = $group->id; 1381 1381 1382 // Update the group's last activity 1383 groups_update_last_activity( $group->id ); 1384 1382 1385 return $args; 1383 1386 } 1384 1387 }