mirror of
https://github.com/nextcloud/server.git
synced 2026-03-01 13:00:44 -05:00
Merge pull request #50271 from nextcloud/removeWarningRegression
fix(TemplateManager): Remove warning message
This commit is contained in:
commit
8fe9e8c6ab
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue