Skip to content
Snippets Groups Projects
Commit 574c5c47 authored by Angie Byron's avatar Angie Byron
Browse files

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

parent 07734e15
No related branches found
No related tags found
No related merge requests found
......@@ -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 @@
}
// Start the installer.
require_once __DIR__ . '/vendor/autoload.php';
require_once __DIR__ . '/includes/install.core.inc';
install_drupal();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment