summaryrefslogtreecommitdiff
path: root/system/admin
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-10-18 14:12:01 -0700
committerSteve Manuel <nilslice@gmail.com>2016-10-18 14:12:01 -0700
commit9ffc6f115deef547ae07a0837ef2cd1a70a5dd0f (patch)
treec5e429f17f60b6399b7f1383660eb7a767453916 /system/admin
parentb73b8b065ca85fda4500eb0a4eeba9a0c6e71292 (diff)
updating call location of StoreContent to be centralized to db actions, rather than inside http handlers
Diffstat (limited to 'system/admin')
-rw-r--r--system/admin/handlers.go2
1 files changed, 0 insertions, 2 deletions
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