diff options
author | friendica <info@friendica.com> | 2012-12-06 20:05:42 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-06 20:05:42 -0800 |
commit | a0a8cde2012d77c8579f476f114b3b280c1d8638 (patch) | |
tree | da00c6f325dcac1c743e41b72de573a0796d3bb4 /include/zot.php | |
parent | 2bb3369ae20edeeb275167027bb4397dc73f5abc (diff) | |
download | volse-hubzilla-a0a8cde2012d77c8579f476f114b3b280c1d8638.tar.gz volse-hubzilla-a0a8cde2012d77c8579f476f114b3b280c1d8638.tar.bz2 volse-hubzilla-a0a8cde2012d77c8579f476f114b3b280c1d8638.zip |
do zot_finger/import_xchan on zid requests so we get the info cached locally
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 7e1f781a4..31f0e8771 100644 --- a/include/zot.php +++ b/include/zot.php @@ -870,7 +870,6 @@ function delete_imported_item($sender,$item,$uid) { } function process_mail_delivery($sender,$arr,$deliveries) { - foreach($deliveries as $d) { $r = q("select * from channel where channel_hash = '%s' limit 1", |