fix missing ',' after "mail_domain" parameter

This commit is contained in:
itheiss 2013-03-26 10:37:07 +01:00
Родитель 02d53deecc
Коммит f0733b2cb5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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,