fix bug in sync
This commit is contained in:
parent
3da68967f9
commit
59395ce7db
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ module MPW
|
||||||
end
|
end
|
||||||
|
|
||||||
# Remove an old item
|
# Remove an old item
|
||||||
if item.last_sync.to_i < @config.last_sync
|
if item.last_sync.to_i < @config.last_sync and item.last_edit < @config.last_sync
|
||||||
item.delete
|
item.delete
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue