We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f4dd6 commit 5dc66a5Copy full SHA for 5dc66a5
inc/form.class.php
@@ -1126,6 +1126,15 @@ public function post_addItem() {
1126
* @return void
1127
*/
1128
public function post_updateItem($history = 1) {
1129
+ $this->input = $this->addFiles(
1130
+ $this->input,
1131
+ [
1132
+ 'force_update' => true,
1133
+ 'content_field' => 'content',
1134
+ 'name' => 'content',
1135
+ ]
1136
+ );
1137
+
1138
$this->updateValidators();
1139
$this->updateConditions($this->input);
1140
0 commit comments