Skip to content

Commit 0f9fa27

Browse files
author
Marius Burkard
committed
- reverted commit e2e9036 to avoid #4513
1 parent 53efe43 commit 0f9fa27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

interface/lib/classes/tform_actions.inc.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ function onUpdate() {
111111

112112
$ext_where = '';
113113
// pre-fill dataRecord array with elements from database to avoid overwriting fields set by admin but hidden for client
114-
$tmp_old_record = $app->tform->getDataRecord($this->id);
115-
if($tmp_old_record && is_array($tmp_old_record)) $this->dataRecord = array_merge($tmp_old_record, $this->dataRecord);
114+
//$tmp_old_record = $app->tform->getDataRecord($this->id);
115+
//if($tmp_old_record && is_array($tmp_old_record)) $this->dataRecord = array_merge($tmp_old_record, $this->dataRecord);
116+
// disabled due to problems with mail users, see https://git.ispconfig.org/ispconfig/ispconfig3/issues/4513
116117
$sql = $app->tform->getSQL($this->dataRecord, $app->tform->getCurrentTab(), 'UPDATE', $this->id, $ext_where);
117118
if($app->tform->errorMessage == '') {
118119

0 commit comments

Comments
 (0)