diff options
author | Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | 2021-02-25 23:21:27 +0100 |
---|---|---|
committer | Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | 2021-02-25 23:21:27 +0100 |
commit | a58cc13e2bffeb59ee12f5fdef36458c2c26e779 (patch) | |
tree | fea785bdf584152ed13ee8db1e42894ec4806f14 /config | |
parent | 86678ba5df7b74fab9ac739ca17109cd717f8062 (diff) | |
download | nextcloud-server-a58cc13e2bffeb59ee12f5fdef36458c2c26e779.tar.gz nextcloud-server-a58cc13e2bffeb59ee12f5fdef36458c2c26e779.zip |
fix typo in template directory config
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 9824749a251..5792381e4d7 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -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 |