Merge pull request #25846 from nextcloud/backport/25799/stable21
[stable21] fix typo in template directory config
This commit is contained in:
commit
db5229bd70
|
@ -330,7 +330,7 @@ $CONFIG = [
|
||||||
* ``skeletondirectory`` is defined, otherwise the shipped templates will be used
|
* ``skeletondirectory`` is defined, otherwise the shipped templates will be used
|
||||||
* to create a template directory for the user.
|
* 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
|
* If your user backend does not allow password resets (e.g. when it's a
|
||||||
|
|
Loading…
Reference in New Issue