From a863dee477f613ba49c03120f3813ee1fcebfd75 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Tue, 21 Apr 2015 10:38:20 -0500 Subject: [PATCH] Define previously-undefined $sysPath in installation process --- main/install/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/install/index.php b/main/install/index.php index 8cbe13c99a..d5480eb003 100755 --- a/main/install/index.php +++ b/main/install/index.php @@ -716,6 +716,8 @@ if (@$_POST['step2']) { $tool = new \Doctrine\ORM\Tools\SchemaTool($manager); $tool->createSchema($metadataList); + $sysPath = api_get_path(SYS_PATH); + finishInstallation( $manager, $sysPath,