From 819da3f8389d75ad4c49d51cab6a91d39ec1ce73 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Thu, 3 Nov 2016 01:23:34 -0700 Subject: updating error message --- system/admin/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') 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) -- cgit v1.2.3