ModifierRegex: allow for empty replacement
This commit is contained in:
parent
33dd977214
commit
637a9df3e2
|
@ -16,7 +16,6 @@ class PropertyModifierRegexReplace extends PropertyModifierHook
|
|||
|
||||
$form->addElement('text', 'replacement', array(
|
||||
'label' => 'Replacement',
|
||||
'required' => true,
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue