diff options
-rw-r--r-- | Zotlabs/Lib/Libzot.php | 6 |
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; |