Skip to content

Commit

Permalink
Merge branch '2.5' of https://github.com/LimeSurvey/LimeSurvey into 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Dec 9, 2015
2 parents 799dd96 + f8ded04 commit 9ea6949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/tokens.php
Expand Up @@ -2195,7 +2195,7 @@ function import($iSurveyId)
}
if (!$bDuplicateFound && $aWriteArray['email'] != '')
{
$aEmailaddresses = preg_split( "/(,|;)/", $aWriteArray['email'] );
$aEmailAddresses = preg_split( "/(,|;)/", $aWriteArray['email'] );
foreach ($aEmailAddresses as $sEmailaddress)
{
if (!validateEmailAddress($sEmailaddress))
Expand Down

0 comments on commit 9ea6949

Please sign in to comment.