From 17bfb752184d15e67a97fbfa57e0c64341e4c36e Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 2 May 2007 09:19:00 +0000 Subject: [PATCH] Minor bug when testing for files. 1.1 --- install/save.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/save.php b/install/save.php index 860e1d6..0c786f2 100644 --- a/install/save.php +++ b/install/save.php @@ -253,7 +253,7 @@ else // End website company name // Check if the user has entered a correct path -if (!file_exists($path_to_root.'/sql/basic.sql')) +if (!file_exists($path_to_root.'/sql/en_US-demo.sql')) { set_error('It appears the Absolute path that you entered is incorrect'); } -- 2.30.2