From 11cac3725e9eccbadf474174233f2ba3a8687082 Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Wed, 21 May 2008 17:36:50 +0000 Subject: [PATCH] Merged in from DEV trunk... --- setup/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/upgrade.php b/setup/upgrade.php index 81ffcca..8dc026a 100644 --- a/setup/upgrade.php +++ b/setup/upgrade.php @@ -161,7 +161,7 @@ if (PEAR::isError($loggingSupport)) { } if (PEAR::isError($dbSupport)) { - print '

Database support is not currently working. Check post-installation checkup.

'; + print '

Database support is not currently working. Check post-installation checkup or refresh this page (F5) to try again.

'; exit(1); } -- libgit2 0.21.4