diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-11-28 16:02:17 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-11-28 16:02:17 -0800 |
commit | 7f3d525432f65359acb6cd002440d5476eb6c76e (patch) | |
tree | d8d88da57b562fe39bc3c1d1d54e674478f9f340 /management/editor | |
parent | 958c20bb03e8487225e300782731e512f01a0db5 (diff) |
fix for uuid implementation, was overwriting uuid on save w/ 0 value
Diffstat (limited to 'management/editor')
-rw-r--r-- | management/editor/editor.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/management/editor/editor.go b/management/editor/editor.go index 3843592..2a9183b 100644 --- a/management/editor/editor.go +++ b/management/editor/editor.go @@ -18,7 +18,6 @@ type Editable interface { type Sortable interface { Time() int64 Touch() int64 - ItemID() int } // Mergeable allows external post content to be approved and published through |