aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2023-04-12 19:07:28 +0200
committerMario Vavti <mario@mariovavti.com>2023-04-12 19:07:28 +0200
commitbf5722cd25d2b837253ce2c63ec9decb61124040 (patch)
tree948013a1b43bfbd1876dc2df701d951d947f3315 /Zotlabs/Lib/Libzot.php
parentae074153c8367c9fac143ac29349b9f9d802e90a (diff)
downloadvolse-hubzilla-bf5722cd25d2b837253ce2c63ec9decb61124040.tar.gz
volse-hubzilla-bf5722cd25d2b837253ce2c63ec9decb61124040.tar.bz2
volse-hubzilla-bf5722cd25d2b837253ce2c63ec9decb61124040.zip
always call update_modtime() foer now;
Diffstat (limited to 'Zotlabs/Lib/Libzot.php')
-rw-r--r--Zotlabs/Lib/Libzot.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php
index 1c7098f66..743100506 100644
--- a/Zotlabs/Lib/Libzot.php
+++ b/Zotlabs/Lib/Libzot.php
@@ -968,10 +968,8 @@ class Libzot {
}
}
- if ($changed) {
- // update updates if anything changed
- Libzotdir::update_modtime($xchan_hash, $address);
- }
+ // update updates if anything changed
+ Libzotdir::update_modtime($xchan_hash, $address);
if (empty($ret['message'])) {
$ret['success'] = true;