fix typo in template directory config
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
This commit is contained in:
parent
256927d8d4
commit
7897414f1a
|
@ -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