From c9dd1ac8c68e5e552f0620bab2bddb21732015de Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Tue, 18 Oct 2016 11:22:19 -0700 Subject: implementing Sort on sortable posts, testing functionality --- system/admin/handlers.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/admin/handlers.go') diff --git a/system/admin/handlers.go b/system/admin/handlers.go index edf351d..17a4843 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -498,6 +498,8 @@ 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