Skip to content

Commit

Permalink
Fix bug in LockedLatexGenerator (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-93 authored and bobvandevijver committed Jan 18, 2020
1 parent 15c85e8 commit 5458058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Generator/LockedLatexGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function createPdfResponse(LatexBaseInterface $latex, bool $download = tr
public function createTexResponse(LatexBaseInterface $latex, bool $download = true) {
$this->ensureLock();

return $this->createTexResponse($latex, $download);
return $this->generator->createTexResponse($latex, $download);
}

/**
Expand Down

0 comments on commit 5458058

Please sign in to comment.