diff options
-rw-r--r-- | system/admin/handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go index fb5a165..55e9e94 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -629,7 +629,7 @@ func postsHandler(res http.ResponseWriter, req *http.Request) { if hasExt { status := q.Get("status") if status == "" { - req.Form.Add("status", "") + req.Form.Add("status", "public") } req.Form.Set("status", "public") |