From: Joe Hunt Date: Wed, 2 May 2007 09:19:00 +0000 (+0000) Subject: Minor bug when testing for files. 1.1 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=17bfb752184d15e67a97fbfa57e0c64341e4c36e;p=textcart.git Minor bug when testing for files. 1.1 --- 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'); }