projects
/
potlatch2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix dupe nodes stuff
[potlatch2.git]
/
net
/
systemeD
/
halcyon
/
connection
/
UndoableEntityAction.as
diff --git
a/net/systemeD/halcyon/connection/UndoableEntityAction.as
b/net/systemeD/halcyon/connection/UndoableEntityAction.as
index 4d8dd148dd2434ac24fb2e8a24d593f74e41e8da..769758c566ea50fb26b8985f82ed3d909a8cada1 100644
(file)
--- a/
net/systemeD/halcyon/connection/UndoableEntityAction.as
+++ b/
net/systemeD/halcyon/connection/UndoableEntityAction.as
@@
-28,7
+28,7
@@
package net.systemeD.halcyon.connection {
if ( !initialised ) init();
if ( !wasDirty ) {
- entity.markClean(
entity.id, entity.version
);
+ entity.markClean();
}
if ( !connectionWasDirty ) {