diff options
-rw-r--r-- | system/admin/handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go index 18faec9..5847714 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", typeName, "doesn't implement editor.Sortable") + log.Println("Content type", t, "doesn't implement editor.Sortable") return } s.SetContentID(-1) |