diff --git a/bin/mage b/bin/mage index 65aeabc..88f4c9e 100755 --- a/bin/mage +++ b/bin/mage @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -if(empty(ini_get('date.timezone'))){ +if (empty(ini_get('date.timezone'))) { date_default_timezone_set('UTC'); }