Changeset 2123 for branches/1.1/bp-friends/bp-friends-notifications.php
- Timestamp:
- 11/25/2009 11:56:18 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/bp-friends/bp-friends-notifications.php
r2076 r2123 13 13 14 14 $all_requests_link = bp_core_get_user_domain( $friend_id ) . 'friends/requests/'; 15 $settings_link = bp_core_get_user_domain( $friend_id ) . 'settings/notifications';15 $settings_link = bp_core_get_user_domain( $friend_id ) . $bp->settings->slug . '/notifications'; 16 16 17 17 $initiator_link = bp_core_get_user_domain( $initiator_id ); … … 51 51 52 52 $friend_link = bp_core_get_user_domain( $friend_id ); 53 $settings_link = bp_core_get_user_domain( $initiator_id ) . 'settings/notifications';53 $settings_link = bp_core_get_user_domain( $initiator_id ) . $bp->settings->slug . '/notifications'; 54 54 55 55 // Set up and send the message
Note: See TracChangeset
for help on using the changeset viewer.