Skip to content

Commit

Permalink
using default template
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Oct 16, 2024
1 parent 2d3c478 commit 4744685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/callbackcontroller.php
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ public function emptyfile($doc) {
}
}

$templatePath = TemplateManager::getEmptyTemplatePath("en", ".docx");
$templatePath = TemplateManager::getEmptyTemplatePath("default", ".docx");

$template = file_get_contents($templatePath);
if (!$template) {
Expand Down

0 comments on commit 4744685

Please sign in to comment.