fixed a close from | to } in the sqlite section

This commit is contained in:
Richard Neese 2014-06-06 03:27:32 +00:00
parent fe2d95aeed
commit 8966001e75
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ if ($_POST["install_step"] == "3" && count($_POST) > 0 && strlen($_POST["persist
}
else {
$filename = $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'/resources/install/sql/sqlite.sql';
|
}
$file_contents = file_get_contents($filename);
unset($filename);