This commit is contained in:
2024-12-27 10:53:06 +01:00
parent 376a1264f5
commit 523bdb24cd
2 changed files with 8 additions and 7 deletions

View File

@ -121,6 +121,7 @@ func SubmitArticle(c *b.Config, db *b.DB, s *b.CookieStore) http.HandlerFunc {
Rejected: false,
IsInIssue: r.PostFormValue("issue") == "on",
AutoGenerated: false,
EditedID: 0,
}
if len(article.Title) == 0 {