From 9ffc6f115deef547ae07a0837ef2cd1a70a5dd0f Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Tue, 18 Oct 2016 14:12:01 -0700 Subject: updating call location of StoreContent to be centralized to db actions, rather than inside http handlers --- system/admin/handlers.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'system/admin') diff --git a/system/admin/handlers.go b/system/admin/handlers.go index 17a4843..edf351d 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -498,8 +498,6 @@ func editHandler(res http.ResponseWriter, req *http.Request) { return } - go db.SortContent(t) - scheme := req.URL.Scheme host := req.URL.Host path := req.URL.Path -- cgit v1.2.3