Page MenuHomeIn-Portal Phabricator

D23.diff
No OneTemporary

File Metadata

Created
Mon, Jan 6, 6:53 AM

D23.diff

Index: branches/5.2.x/core/units/forms/form_submissions/form_submissions_config.php
===================================================================
--- branches/5.2.x/core/units/forms/form_submissions/form_submissions_config.php
+++ branches/5.2.x/core/units/forms/form_submissions/form_submissions_config.php
@@ -31,7 +31,7 @@
'Hooks' => Array(
Array(
- 'Mode' => hAFTER,
+ 'Mode' => hBEFORE,
'Conditional' => false,
'HookToPrefix' => '',
'HookToSpecial' => '*',
@@ -43,7 +43,7 @@
// Captcha processing
Array (
- 'Mode' => hAFTER,
+ 'Mode' => hBEFORE,
'Conditional' => false,
'HookToPrefix' => '',
'HookToSpecial' => '*',
@@ -164,4 +164,4 @@
),
),
),
- );
\ No newline at end of file
+ );
Index: branches/5.2.x/core/units/forms/forms/forms_config.php
===================================================================
--- branches/5.2.x/core/units/forms/forms/forms_config.php
+++ branches/5.2.x/core/units/forms/forms/forms_config.php
@@ -37,7 +37,7 @@
'Hooks' => Array(
Array(
- 'Mode' => hAFTER,
+ 'Mode' => hBEFORE,
'Conditional' => false,
'HookToPrefix' => 'form', //self
'HookToSpecial' => '*',
@@ -222,4 +222,4 @@
),
),
),
- );
\ No newline at end of file
+ );
Index: branches/5.2.x/core/units/users/users_config.php
===================================================================
--- branches/5.2.x/core/units/users/users_config.php
+++ branches/5.2.x/core/units/users/users_config.php
@@ -62,7 +62,7 @@
// Captcha processing
Array (
- 'Mode' => hAFTER,
+ 'Mode' => hBEFORE,
'Conditional' => false,
'HookToPrefix' => '',
'HookToSpecial' => '*',
@@ -662,4 +662,4 @@
),
),
- );
\ No newline at end of file
+ );

Event Timeline