diff options
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 |