diff options
Diffstat (limited to 'lib/models/Courseware/StructuralElement.php')
| -rwxr-xr-x | lib/models/Courseware/StructuralElement.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/Courseware/StructuralElement.php b/lib/models/Courseware/StructuralElement.php index ee5e92a..69d9d22 100755 --- a/lib/models/Courseware/StructuralElement.php +++ b/lib/models/Courseware/StructuralElement.php @@ -797,7 +797,7 @@ SQL; 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)) { return ''; |
