diff --git a/extension/Classes/Core/Form/Dirty.php b/extension/Classes/Core/Form/Dirty.php index 261476060ced81a85325ce36abf419f0eb987f4f..59143fd78a158f8fef400742d1c92a8f375460f2 100644 --- a/extension/Classes/Core/Form/Dirty.php +++ b/extension/Classes/Core/Form/Dirty.php @@ -425,7 +425,7 @@ class Dirty { // Check if the record has changed in the meantime. if ($flagCheckModifiedFirst && $this->isRecordModified($tableName, $primaryKey, $recordId, $this->client[DIRTY_RECORD_HASH_MD5], $dummy)) { - throw new \UserFormException ('The record has been modified in the meantime. Please reload the form, edit and save again. [3]', ERROR_DIRTY_RECORD_MODIFIED); + throw new \InfoException('The record has been modified in the meantime. Please reload the form, edit and save again. [3]', ERROR_DIRTY_RECORD_MODIFIED); } $lockStatus = $this->getCheckDirty($tableName, $recordId, $rcRecordDirty, $rcMsg);