/* Get remote users subscribed to this profile. */
$rp = new Remote_profile();
- $rp->query('SELECT remote_profile.* ' .
+ $rp->query('SELECT remote_profile.*, secret, token ' .
'FROM subscription JOIN remote_profile ' .
'ON subscription.subscriber = remote_profile.id ' .
'WHERE subscription.subscribed = ' . $notice->profile_id . ' ');
/* Get remote users subscribed to this profile. */
$rp = new Remote_profile();
- $rp->query('SELECT remote_profile.* ' .
+ $rp->query('SELECT remote_profile.*, secret, token ' .
'FROM subscription JOIN remote_profile ' .
'ON subscription.subscriber = remote_profile.id ' .
'WHERE subscription.subscribed = ' . $profile->id . ' ');