From: Brian Flowers Date: Tue, 27 Sep 2016 05:35:27 +0000 (-0400) Subject: Bugfix X-Git-Url: http://git.slightlycyberpunk.com%2C%20git.slightlycyberpunk.com/git/?a=commitdiff_plain;h=a11f486adf65070d9b71a9fe6f5dcb660bea829a;p=bdsm-web.git Bugfix --- 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);