We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3b6e1 commit 20cdc88Copy full SHA for 20cdc88
src/Chash/Command/Files/MailConfCommand.php
@@ -40,6 +40,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
40
$path = $this->getHelper('configuration')->getConfigurationPath();
41
$path .= 'mail.conf.php';
42
define('IS_WINDOWS_OS', strtolower(substr(php_uname(), 0, 3 )) == 'win'?true:false);
43
+ $platform_email = [];
44
if (isset($path) && is_file($path)) {
45
$output->writeln('File: '.$path);
46
$lines = file($path);
0 commit comments