mirror of
https://github.com/nextcloud/server.git
synced 2026-02-24 18:37:44 -05:00
Merge pull request #25799 from nextcloud/wiswedel/fix/config/templatedirectory
fix typo in template directory config
This commit is contained in:
commit
d005ce5777
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ $CONFIG = [
|
|||
* ``skeletondirectory`` is defined, otherwise the shipped templates will be used
|
||||
* to create a template directory for the user.
|
||||
*/
|
||||
'templatesdirectory' => '/path/to/nextcloud/templates',
|
||||
'templatedirectory' => '/path/to/nextcloud/templates',
|
||||
|
||||
/**
|
||||
* If your user backend does not allow password resets (e.g. when it's a
|
||||
|
|
|
|||
Loading…
Reference in a new issue