Issue #2240987 by sun | xeniak: Installer breaks with fatal error on PHP 5.3.

8.0.x
webchick 2014-04-15 14:20:36 -07:00
parent 07734e1541
commit 574c5c4715
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,6 @@
// Change the directory to the Drupal root.
chdir('..');
require_once __DIR__ . '/vendor/autoload.php';
/**
* Global flag to indicate the site is in installation mode.
*
@ -29,5 +27,6 @@ if (version_compare(PHP_VERSION, '5.4.2') < 0) {
}
// Start the installer.
require_once __DIR__ . '/vendor/autoload.php';
require_once __DIR__ . '/includes/install.core.inc';
install_drupal();