diff --git a/Code/Lib/Libzot.php b/Code/Lib/Libzot.php index 12d2c3e20..b4162a0c4 100644 --- a/Code/Lib/Libzot.php +++ b/Code/Lib/Libzot.php @@ -2036,7 +2036,7 @@ class Libzot continue; } // Maybe it has been edited? - elseif ($arr['edited'] > $r[0]['edited'] || ($arr['edited'] === $r[0]['edited'] && $arr['approved'] !== $r[0]['approved'])) { + elseif ($arr['edited'] > $r[0]['edited']) { $arr['id'] = $r[0]['id']; $arr['uid'] = $channel['channel_id'];