remove things calling feed_birthday(), so we can remove it
This commit is contained in:
parent
0ee1e83a3c
commit
1a6a89da1b
@ -125,8 +125,8 @@ function get_feed_for(&$a, $dfrn_id, $owner_nick, $last_update, $direction = 0)
|
||||
$owner = $r[0];
|
||||
$owner_id = $owner['user_uid'];
|
||||
$owner_nick = $owner['nickname'];
|
||||
|
||||
$birthday = feed_birthday($owner_id,$owner['timezone']);
|
||||
// feed_birthday no longer exists
|
||||
// $birthday = feed_birthday($owner_id,$owner['timezone']);
|
||||
|
||||
if(! $public_feed) {
|
||||
|
||||
|
Reference in New Issue
Block a user