Merge pull request #25846 from nextcloud/backport/25799/stable21

[stable21] fix typo in template directory config
pull/25899/head
Roeland Jago Douma 5 years ago committed by GitHub
commit db5229bd70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save