always call update_modtime() foer now;

This commit is contained in:
Mario Vavti
2023-04-12 19:07:28 +02:00
parent ae074153c8
commit bf5722cd25

View File

@@ -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;