summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/admin/handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go
index 5847714..64f10ed 100644
--- a/system/admin/handlers.go
+++ b/system/admin/handlers.go
@@ -942,7 +942,7 @@ func editHandler(res http.ResponseWriter, req *http.Request) {
} else {
s, ok := post.(content.Identifiable)
if !ok {
- log.Println("Content type", t, "doesn't implement editor.Sortable")
+ log.Println("Content type", t, "doesn't implement editor.Identifiable")
return
}
s.SetContentID(-1)