aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzotdir.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-04-09 20:00:54 +0000
committerMario <mario@mariovavti.com>2023-04-09 20:00:54 +0000
commit03bdbfa705ba490b0450f063753100557f5d8bae (patch)
treeebb223bda99c268189c28e2dc02952c5d5d20716 /Zotlabs/Lib/Libzotdir.php
parentcdf74c2e41e8e9f3f5fc7aec3230c74435cccf75 (diff)
downloadvolse-hubzilla-03bdbfa705ba490b0450f063753100557f5d8bae.tar.gz
volse-hubzilla-03bdbfa705ba490b0450f063753100557f5d8bae.tar.bz2
volse-hubzilla-03bdbfa705ba490b0450f063753100557f5d8bae.zip
set ud_last after successfully probing a channel
Diffstat (limited to 'Zotlabs/Lib/Libzotdir.php')
-rw-r--r--Zotlabs/Lib/Libzotdir.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Libzotdir.php b/Zotlabs/Lib/Libzotdir.php
index fa691080f..dfedd0bc8 100644
--- a/Zotlabs/Lib/Libzotdir.php
+++ b/Zotlabs/Lib/Libzotdir.php
@@ -331,8 +331,7 @@ class Libzotdir {
dbesc($zf['data']['primary_location']['url'])
);
}
- }
- else {
+
q("update updates set ud_last = '%s' where ud_addr = '%s'",
dbesc(datetime_convert()),
dbesc($ud['ud_addr'])