mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
fix(workflowengine): use constant to render template
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
46f87f6e46
commit
bf5c11a8fa
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ abstract class ASettings implements ISettings {
|
|||
$this->urlGenerator->linkToDocs('admin-workflowengine')
|
||||
);
|
||||
|
||||
return new TemplateResponse(Application::APP_ID, 'settings', [], 'blank');
|
||||
return new TemplateResponse(Application::APP_ID, 'settings', [], TemplateResponse::RENDER_AS_BLANK);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue