From 7e11ec5205bacdba2d01faa10b8779a4bcbdbc38 Mon Sep 17 00:00:00 2001 From: robocoder Date: Thu, 28 Oct 2010 14:55:33 +0000 Subject: refs #1676 - renamed this in r3268 git-svn-id: http://dev.piwik.org/svn/trunk@3269 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- core/Mail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/Mail.php') diff --git a/core/Mail.php b/core/Mail.php index 526cd083de..8846170ebd 100644 --- a/core/Mail.php +++ b/core/Mail.php @@ -52,14 +52,14 @@ class Piwik_Mail extends Zend_Mail if ( !empty($config->type) || !empty($config->username) || !empty($config->password) - || !empty($config->security) + || !empty($config->encryption) ) { $smtpConfig = array( 'auth' => $config->type, 'username' => $config->username, 'password' => $config->password, - 'ssl' => $config->security, + 'ssl' => $config->encryption, ); } -- cgit v1.2.3