Skip to content

Commit

Permalink
add tstamp to form-save article
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed May 17, 2024
1 parent aad38a7 commit b6e5671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/manual/guides/form-save.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class PrepareFormDataListener
}

// Mandatory fields
$submittedData['tstamp'] = time();
$submittedData['pid'] = self::CALENDAR_ID;
$submittedData['author'] = self::AUTHOR_ID;

Expand Down
1 change: 1 addition & 0 deletions docs/manual/guides/form-save.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class PrepareFormDataListener
}

// Mandatory fields
$submittedData['tstamp'] = time();
$submittedData['pid'] = self::CALENDAR_ID;
$submittedData['author'] = self::AUTHOR_ID;

Expand Down

0 comments on commit b6e5671

Please sign in to comment.