Skip to content
Snippets Groups Projects
Commit 24f5d295 authored by Damien McKenna's avatar Damien McKenna Committed by Youri
Browse files

Issue #3322790 by DamienMcKenna: No default value set for FindReplace...

Issue #3322790 by DamienMcKenna: No default value set for FindReplace $config[SETTING_WORD_BOUNDARIES].
parent 52d1ce06
Branches
Tags
No related merge requests found
......@@ -33,7 +33,7 @@ class FindReplace extends TamperBase {
$config[self::SETTING_FIND] = '';
$config[self::SETTING_REPLACE] = '';
$config[self::SETTING_CASE_SENSITIVE] = FALSE;
$config[self::SETTING_CASE_SENSITIVE] = FALSE;
$config[self::SETTING_WORD_BOUNDARIES] = FALSE;
$config[self::SETTING_WHOLE] = FALSE;
return $config;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment