From 8966001e75c682e4140880faab240ebd6e8f4b6d Mon Sep 17 00:00:00 2001 From: Richard Neese Date: Fri, 6 Jun 2014 03:27:32 +0000 Subject: [PATCH] fixed a close from | to } in the sqlite section --- resources/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/install.php b/resources/install.php index 8e49f0f042..338cac3c56 100644 --- a/resources/install.php +++ b/resources/install.php @@ -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);