Skip to content
Snippets Groups Projects
Commit 8d89ba3a authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

required parameter $with_children follows optional parameter, re #712

parent f0a96604
No related branches found
No related tags found
No related merge requests found
...@@ -797,7 +797,7 @@ SQL; ...@@ -797,7 +797,7 @@ SQL;
return $doc; return $doc;
} }
private function getElementPdfExport(string $parent_name = '', bool $with_children, $user) private function getElementPdfExport(string $parent_name, bool $with_children, $user)
{ {
if (!$this->canRead($user)) { if (!$this->canRead($user)) {
return ''; return '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment