We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21210a6 commit 543e2abCopy full SHA for 543e2ab
src/FIT/NetopeerBundle/Models/Data.php
@@ -678,6 +678,9 @@ private function handle_editconfig(&$sock, &$params) {
678
if (isset($params['default-operation']) && ($params['default-operation'] !== "")) {
679
$editparams['default-operation'] = $params['defopt'];
680
}
681
+ if (isset($params['test-option']) && ($params['test-option'] !== "")) {
682
+ $editparams['test-option'] = $params['test-option'];
683
+ }
684
$decoded = $this->execute_operation($sock, $editparams);
685
return $this->checkDecodedData($decoded);
686
0 commit comments