From fb57a155b09d7db014ac213496d21b4b43d065fe Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Thu, 3 Nov 2016 00:55:31 -0700 Subject: var spelling error.. --- 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 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) -- cgit v1.2.3