Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/25/2009 11:56:18 AM (16 years ago)
Author:
johnjamesjacoby
Message:

Fixes #1249

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1/bp-friends/bp-friends-notifications.php

    r2076 r2123  
    1313
    1414    $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';
    1616
    1717    $initiator_link = bp_core_get_user_domain( $initiator_id );
     
    5151
    5252    $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';
    5454
    5555    // Set up and send the message
Note: See TracChangeset for help on using the changeset viewer.