projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8999ff5
)
Minor bug when testing for files. 1.1
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Wed, 2 May 2007 09:19:00 +0000
(09:19 +0000)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Wed, 2 May 2007 09:19:00 +0000
(09:19 +0000)
install/save.php
patch
|
blob
|
history
diff --git
a/install/save.php
b/install/save.php
index 860e1d67a647430b296c12dbfa1e07a728a5cf16..0c786f26bd5cf2f9ea8abc953264dfa660629dea 100644
(file)
--- 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');
}