From ac291fbe6db4a099bc8281e31ace13dad0a42d79 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Wed, 19 Sep 2018 15:20:37 -0400 Subject: formctrl: Hidden field name should be in 'input' array The input[ ] portion of the hidden field name had been left off. This commit fixes this bug. --- app/view/formctrl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/view/formctrl.php b/app/view/formctrl.php index 663b2d4..1ed1452 100644 --- a/app/view/formctrl.php +++ b/app/view/formctrl.php @@ -22,7 +22,7 @@ namespace formctrl; - +