summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-11-03 01:23:34 -0700
committerSteve Manuel <nilslice@gmail.com>2016-11-03 01:23:34 -0700
commit819da3f8389d75ad4c49d51cab6a91d39ec1ce73 (patch)
tree2433e8b6b92aa856e16e66bbb8a931b65893b86c
parent2eaf0e534c2c24df56c23ed247b61d81affb6f67 (diff)
updating error message
-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)