From f0733b2cb53cc199d0bb7667b23dbdced449ac88 Mon Sep 17 00:00:00 2001
From: itheiss <ingo.theiss@i-matrixx.de>
Date: Tue, 26 Mar 2013 10:37:07 +0100
Subject: [PATCH] fix missing ',' after "mail_domain" parameter

---
 config/config.sample.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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