try to auto-fill the profile address if we actually do know it.

This commit is contained in:
Friendika 2011-01-01 13:12:31 -08:00
parent e68f68007c
commit d8985b3a54
3 changed files with 32 additions and 5 deletions

View file

@ -157,7 +157,6 @@ function get_feed_for(&$a, $dfrn_id, $owner_id, $last_update, $direction = 0) {
'$namdate' => xmlify(datetime_convert('UTC','UTC',$owner['name-date'] . '+00:00' , ATOM_TIME))
));
call_hooks('atom_feed', $atom);
if(! count($items)) {