mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
fix typo in template directory config
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
This commit is contained in:
parent
86678ba5df
commit
a58cc13e2b
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