Skip to content

Commit

Permalink
Dev: issue with debug=2 and no port in imap settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Jun 23, 2017
1 parent 49ecb1d commit 6f68b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/tokens.php
Expand Up @@ -116,7 +116,7 @@ public function bounceprocessing($iSurveyId)
$hostencryption = strtoupper($thissurvey['bounceaccountencryption']);
}

list($hostname, $port) = explode(':', $hostname); // deprecated: split(':', $hostname);
@list($hostname, $port) = explode(':', $hostname);

if (empty($port))
{
Expand Down

1 comment on commit 6f68b9b

@Shnoulle
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know : Scrutinizer is not happy. But else : broken ;)

Please sign in to comment.