Bugfix
authorBrian Flowers <git-admn@bsflowers.net>
Tue, 27 Sep 2016 05:35:27 +0000 (01:35 -0400)
committerBrian Flowers <git-admn@bsflowers.net>
Tue, 27 Sep 2016 05:35:27 +0000 (01:35 -0400)
configure.php

index 2b9fe92..584c787 100755 (executable)
@@ -28,7 +28,7 @@ if( isset($_POST) )
 
     
     $params = array(':host' => $host, 
-                    ':attributes' => $attributes
+                    ':attribute' => $attribute
                     ':setting' => $setting, 
                     ':value' => $value);