summaryrefslogtreecommitdiff
path: root/system/admin/handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r--system/admin/handlers.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go
index 9caa231..94ce74b 100644
--- a/system/admin/handlers.go
+++ b/system/admin/handlers.go
@@ -817,6 +817,7 @@ func editHandler(res http.ResponseWriter, req *http.Request) {
if status == "pending" {
t = t + "_pending"
}
+ fmt.Println(t, i, status)
data, err := db.Content(t + ":" + i)
if err != nil {
log.Println(err)