From a11f486adf65070d9b71a9fe6f5dcb660bea829a Mon Sep 17 00:00:00 2001 From: Brian Flowers Date: Tue, 27 Sep 2016 01:35:27 -0400 Subject: [PATCH] Bugfix --- configure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.php b/configure.php index 2b9fe92..584c787 100755 --- a/configure.php +++ b/configure.php @@ -28,7 +28,7 @@ if( isset($_POST) ) $params = array(':host' => $host, - ':attributes' => $attributes, + ':attribute' => $attribute, ':setting' => $setting, ':value' => $value); -- 1.8.3.1