Merge pull request #50271 from nextcloud/removeWarningRegression

fix(TemplateManager): Remove warning message
This commit is contained in:
Git'Fellow 2025-01-20 14:39:19 +01:00 committed by GitHub
commit 8fe9e8c6ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -179,7 +179,6 @@ class TemplateManager implements ITemplateManager {
if ($path instanceof Folder) {
return $path;
}
$this->logger->warning('Template folder ' . $path . ' not found or invalid', ['app' => 'files_templates']);
}
throw new NotFoundException();
}