diff --git a/web/tools/system/dispatcher/dispatcher.php b/web/tools/system/dispatcher/dispatcher.php index 871da700..580f53b1 100755 --- a/web/tools/system/dispatcher/dispatcher.php +++ b/web/tools/system/dispatcher/dispatcher.php @@ -87,7 +87,7 @@ $description = $_POST['description']; $sql = "INSERT INTO ".$table." (setid, destination, socket, state, weight, attrs, probe_mode, description) VALUES ". - "(?, ?, ?, ?, ?, ?, ?)"; + "(?, ?, ?, ?, ?, ?, ?, ?)"; $stm = $link->prepare($sql); if ($stm === false) {