Skip to content
Snippets Groups Projects
Unverified Commit ffc35323 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4814 from JediKev/issue/task-print-pdf

issue: Task Print PDF
parents 78a673fb 8d8afbc0
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ class Task2PDF extends mPDFWithLocalImages {
$this->task = $task;
$this->options = $options;
parent::__construct('', $this->options['psize']);
parent::__construct(['format' => $this->options['psize']]);
$this->_print();
}
......
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