fix missing ',' after "mail_domain" parameter
This commit is contained in:
parent
02d53deecc
commit
f0733b2cb5
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue