From eba63ef8078170c0db362459c2b6e5ecc3c1c41d Mon Sep 17 00:00:00 2001 From: Jarrett Jordaan Date: Wed, 18 Nov 2009 17:38:46 +0200 Subject: [PATCH] Updated install type detection. --- setup/wizard/steps/license.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/wizard/steps/license.php b/setup/wizard/steps/license.php index 2dfc2d2..05b843f 100644 --- a/setup/wizard/steps/license.php +++ b/setup/wizard/steps/license.php @@ -54,7 +54,7 @@ class license extends step { public function doStep() { $this->temp_variables = array("step_name"=>"license"); $license = "resources".DS."license".DS.INSTALL_TYPE."_license.txt"; - $this->temp_variables['licensePath'] = realpath(); + $this->temp_variables['licensePath'] = realpath($license); if(!$this->inStep("license")) { return 'landing'; } -- libgit2 0.21.4