summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-07-14 15:13:02 +0000
committertill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-07-14 15:13:02 +0000
commit66ed3c7429872c8927b436cc9ff510e521a10e50 (patch)
treef53832b546f52a1fecdd283436b8bd66d7d99117
parenta5caf8340f59ebdeb5110b5760cca72a78b55916 (diff)
* ok, let's validate this for real (this time)
git-svn-id: https://svn.roundcube.net/trunk@2753 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/installer/check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/installer/check.php b/roundcubemail/installer/check.php
index 392ea49dc..1318793f7 100644
--- a/roundcubemail/installer/check.php
+++ b/roundcubemail/installer/check.php
@@ -137,7 +137,7 @@ foreach ($ini_checks as $var => $val) {
} 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;