diff options
author | Brad Rubenstein <brad@wbr.tech> | 2018-11-10 08:53:15 -0800 |
---|---|---|
committer | Brad Rubenstein <brad@wbr.tech> | 2019-02-28 01:42:17 +0000 |
commit | 15400dd18f5346cdad749aef3c4617088b52c922 (patch) | |
tree | 97bc442c826767f30905d94d15624d72b2e2ddfc | |
parent | 31a25dc6b0545eb9bcb215990c8a71f1792f61f8 (diff) | |
download | nextcloud-server-15400dd18f5346cdad749aef3c4617088b52c922.tar.gz nextcloud-server-15400dd18f5346cdad749aef3c4617088b52c922.zip |
corrected sample config
Signed-off-by: Brad Rubenstein <brad@wbr.tech>
-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 5f1eee4e945..d5f4bb5f437 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1721,7 +1721,7 @@ $CONFIG = array( * 'dav.invitation_link_recipients' => false, * */ -'dav.invitation_link_recipients' => '*', // always include accept/reject server links in iMip emails +'dav.invitation_link_recipients' => true, // always include accept/reject server links in iMip emails /** * By default there is on public pages a link shown that allows users to |