Update to fix the CS

This commit is contained in:
Mike Tralala 2015-03-16 15:58:01 +01:00
parent 736fe7c4d8
commit 91344c0ec8

View file

@ -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');
}