From bf5722cd25d2b837253ce2c63ec9decb61124040 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 12 Apr 2023 19:07:28 +0200 Subject: always call update_modtime() foer now; --- Zotlabs/Lib/Libzot.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Zotlabs') 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; -- cgit v1.2.3