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 4f56ff905a
commit 7eb6bcec51

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);