From 2c12c5197728feb4de82745f97b693c2c4fb22b2 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Thu, 11 Mar 2010 13:11:22 +0000 Subject: [PATCH] - don't set $_die to false on warnings on installation because this would make it possible to continue even without the requirements --- install/install.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/install.php b/install/install.php index 4f0e58b5..90b09a5f 100644 --- a/install/install.php +++ b/install/install.php @@ -428,7 +428,6 @@ if(isset($_POST['installstep']) if(!extension_loaded('bcmath')) { status_message('orange', $lng['install']['notinstalled'] . '
' . $lng['install']['bcmathdescription']); - $_die = false; } else { @@ -442,7 +441,6 @@ if(isset($_POST['installstep']) && $php_ob != '') { status_message('orange', $lng['install']['openbasedirenabled']); - $_die = false; } else {