Minor update

This commit is contained in:
2022-03-08 11:50:18 +01:00
parent b97b5d9d67
commit 5bb0d1419f
5 changed files with 34 additions and 15 deletions

View File

@@ -66,7 +66,7 @@ namespace Api\Template {
return $this->createError("Error rendering twig template: " . $e->getMessage());
}
return $this->success;
return true;
}
}