From ec31b6f9f30d293078725e4d94ad40f1c5495daa Mon Sep 17 00:00:00 2001
From: till <till@php.net>
Date: Tue, 14 Jul 2009 11:13:02 -0400
Subject: [PATCH] 

---
 installer/check.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/installer/check.php b/installer/check.php
index 392ea49..1318793 100644
--- a/installer/check.php
+++ b/installer/check.php
@@ -137,7 +137,7 @@
         } else {
             switch ($var) {
                 case 'date.timezone':
-                    if (date_default_timezone_get() === false) {
+                    if (date_default_timezone_set($status) === false) {
                         $RCI->fail($var, "is '$status', but the settings is wrong");
                         echo '<br />';
                         continue;

--
Gitblit v1.9.1