diff --git a/lib/Service/FileService.php b/lib/Service/FileService.php index e7e2a4397b..c3ba5d63a5 100644 --- a/lib/Service/FileService.php +++ b/lib/Service/FileService.php @@ -392,7 +392,6 @@ private function getFile(): array { if ($this->showSigners) { $return['signers'] = $this->getSigners(); } - $return['visibleElements'] = $this->getVisibleElements(); ksort($return); return $return; }