From bb90b00359a9d9556bef21c928977dbd58f6d7d9 Mon Sep 17 00:00:00 2001 From: Paul Barrett Date: Thu, 26 Nov 2009 10:50:55 +0200 Subject: [PATCH] Corrected default return from setup wizard version check function --- setup/wizard/installUtil.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/wizard/installUtil.php b/setup/wizard/installUtil.php index 9a4f87a..400bd7f 100644 --- a/setup/wizard/installUtil.php +++ b/setup/wizard/installUtil.php @@ -878,7 +878,7 @@ class InstallUtil { return $type; } - return false; + return "community"; } /** -- libgit2 0.21.4