Browse Source

Added "missing" comma after smtp log option.

Signed-off-by: mark_story <mark@mark-story.com>
oldskool 14 years ago
parent
commit
4ceab12085
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Config/email.php.default

+ 1 - 1
app/Config/email.php.default

@@ -58,7 +58,7 @@ class EmailConfig {
 		'username' => 'user',
 		'password' => 'secret',
 		'client' => null,
-		'log' => false
+		'log' => false,
 		//'charset' => 'utf-8',
 		//'headerCharset' => 'utf-8',
 	);