diff --git a/app/config/core.php b/app/config/core.php index 514f1361..16832dba 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -60,7 +60,7 @@ Configure::write('smtp_settings', array( $production_hosts = array('cmc.lan', '192.168.0.7', 'cmcbeta.lan', 'office.cmctechnologies.com.au'); -if in_array($host, $production_hosts) { +if (in_array($host, $production_hosts)) { $basedir = '/var/www/CMC-Sales/app'; Configure::write('email_directory', '/var/www/emails');