From 91344c0ec8f4f36730a3f1d479e65c504cd5c1ca Mon Sep 17 00:00:00 2001 From: Mike Tralala Date: Mon, 16 Mar 2015 15:58:01 +0100 Subject: [PATCH] Update to fix the CS --- bin/mage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }