aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-04-09 20:01:22 +0000
committerMario <mario@mariovavti.com>2023-04-09 20:01:22 +0000
commita57739c462a7991bf2130e8eca0c383eb276f0cd (patch)
treeb86930841f080e8cedd7c123808180dae7a778d3
parent92246ce3a8e16ebf6f1b4121063d93da02d4cf73 (diff)
parent03bdbfa705ba490b0450f063753100557f5d8bae (diff)
downloadvolse-hubzilla-a57739c462a7991bf2130e8eca0c383eb276f0cd.tar.gz
volse-hubzilla-a57739c462a7991bf2130e8eca0c383eb276f0cd.tar.bz2
volse-hubzilla-a57739c462a7991bf2130e8eca0c383eb276f0cd.zip
Merge branch 'dev'
-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'])