diff options
author | Friendika <info@friendika.com> | 2011-01-01 13:12:31 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-01 13:12:31 -0800 |
commit | d8985b3a548422dca8a8d659f4c66975366818df (patch) | |
tree | 79bb658db26ecf5e8cd959dad100a5d21569673e /include/items.php | |
parent | e68f68007cf5dca510a16aad6018659c131149b3 (diff) | |
download | volse-hubzilla-d8985b3a548422dca8a8d659f4c66975366818df.tar.gz volse-hubzilla-d8985b3a548422dca8a8d659f4c66975366818df.tar.bz2 volse-hubzilla-d8985b3a548422dca8a8d659f4c66975366818df.zip |
try to auto-fill the profile address if we actually do know it.
Diffstat (limited to 'include/items.php')
-rw-r--r-- | include/items.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 22d47d44f..6f73984e2 100644 --- a/include/items.php +++ b/include/items.php @@ -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)) { |