diff options
Diffstat (limited to 'http')
-rw-r--r-- | http/api-inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/http/api-inc.php b/http/api-inc.php index 7780e64..2606df7 100644 --- a/http/api-inc.php +++ b/http/api-inc.php @@ -255,6 +255,9 @@ class ApiPklV3 extends ApiPklV2 { if ($this->parameters['type'] == 4) { throw new ParametersException('Parameter: type has incorrect value (' . $this->parameters['type'] . ') for BridgeNET tournament'); } + if (isset($this->parameters['manual'])) { + unset($this->parameters['manual']); + } } if (isset($this->parameters['boards'])) { $this->check_values($this->parameters, array( |