@@ -522,7 +522,7 @@ |
||
522 | 522 | // Processing related GET / POST vars |
523 | 523 | $this->data = $parsedBody['data'] ?? []; |
524 | 524 | $this->cmd = $parsedBody['cmd'] ?? []; |
525 | - $this->mirror = $parsedBody['mirror'] ?? []; |
|
525 | + $this->mirror = $parsedBody['mirror'] ?? []; |
|
526 | 526 | $this->returnNewPageId = (bool)($parsedBody['returnNewPageId'] ?? false); |
527 | 527 | |
528 | 528 | // Only options related to $this->data submission are included here |