diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-18 11:22:19 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-18 11:22:19 -0700 |
commit | c9dd1ac8c68e5e552f0620bab2bddb21732015de (patch) | |
tree | 37e08d7632696133bbb550b8d0e2b05ac5e0fe90 /system/admin/handlers.go | |
parent | 6746d1952b40c14d093717cb6c58fb7382150534 (diff) |
implementing Sort on sortable posts, testing functionality
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r-- | system/admin/handlers.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 |