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 ca1ffe2 commit ffc2839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Controller/CallbackController.php
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,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 ffc2839

Please sign in to comment.