diff options
author | itheiss <ingo.theiss@i-matrixx.de> | 2013-03-26 10:37:07 +0100 |
---|---|---|
committer | itheiss <ingo.theiss@i-matrixx.de> | 2013-03-26 10:37:07 +0100 |
commit | f0733b2cb53cc199d0bb7667b23dbdced449ac88 (patch) | |
tree | 0099da025973322a04ef5d038ae596bb0f26643b /config | |
parent | 02d53deeccae51786bf4f2e839f52b4ff9f02ab9 (diff) | |
download | nextcloud-server-f0733b2cb53cc199d0bb7667b23dbdced449ac88.tar.gz nextcloud-server-f0733b2cb53cc199d0bb7667b23dbdced449ac88.zip |
fix missing ',' after "mail_domain" parameter
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 ee57a986e35..995a02f6d94 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -78,7 +78,7 @@ $CONFIG = array( "appstoreurl" => "http://api.apps.owncloud.com/v1", /* Domain name used by ownCloud for the sender mail address, e.g. no-reply@example.com */ -"mail_domain" => "example.com" +"mail_domain" => "example.com", /* Enable SMTP class debugging */ "mail_smtpdebug" => false, |