mirror of
https://github.com/documize/community.git
synced 2025-07-22 06:39:43 +02:00
moved document meta
This commit is contained in:
parent
877a6b5096
commit
39fcb04604
28 changed files with 859 additions and 836 deletions
|
@ -101,7 +101,7 @@ func Create(w http.ResponseWriter, r *http.Request) {
|
|||
Password: r.Form.Get("password"),
|
||||
Firstname: r.Form.Get("firstname"),
|
||||
Lastname: r.Form.Get("lastname"),
|
||||
Revised: time.Now(),
|
||||
Revised: time.Now().UTC(),
|
||||
}
|
||||
|
||||
if details.Company == "" ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue