# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: \\UBU\www\sandbox\public_html\wp-content\plugins\buddypress\bp-activity
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: bp-activity-templatetags.php
--- bp-activity-templatetags.php Base (BASE)
+++ bp-activity-templatetags.php Locally Modified (Based On LOCAL)
@@ -420,7 +420,7 @@
 	function bp_get_activity_feed_item_guid() {
 		global $activities_template;
 
-		return apply_filters( 'bp_get_activity_feed_item_title', md5( $activities_template->activity->date_recorded . '-' . $activities_template->activity->content ) );
\ No newline at end of file
+		return apply_filters( 'bp_get_activity_feed_item_guid', md5( $activities_template->activity->date_recorded . '-' . $activities_template->activity->content ) );
\ No newline at end of file
 	}
 
 function bp_activity_feed_item_title() {
