summaryrefslogtreecommitdiff
path: root/installer/check.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-09-14 08:43:05 +0200
committerAleksander Machniak <alec@alec.pl>2012-09-14 08:43:05 +0200
commitc563c2cc26bd947a5ccee6cae13dc11047d69f09 (patch)
tree0e126f5e586c21823a3ba8bf06372c24cad570d5 /installer/check.php
parentc22a521df1ce4d4600059ff8412762925f62af33 (diff)
Improved message for invalid date.timezone
Diffstat (limited to 'installer/check.php')
-rw-r--r--installer/check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/check.php b/installer/check.php
index cf96d8d9e..d6c9f5c40 100644
--- a/installer/check.php
+++ b/installer/check.php
@@ -178,7 +178,7 @@ foreach ($ini_checks as $var => $val) {
$RCI->pass($var);
}
catch (Exception $e) {
- $RCI->fail($var, "invalid value detected");
+ $RCI->fail($var, "invalid value detected: $status");
}
} else {
$RCI->pass($var);