Define previously-undefined $sysPath in installation process

1.10.x
Yannick Warnier 11 years ago
parent eee8f36197
commit a863dee477
  1. 2
      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,

Loading…
Cancel
Save