Fixes #58. Include install.core.inc in addtion to install.inc, because that is what install.php does.
This commit is contained in:
parent
ec97eb465a
commit
2ec338aef3
|
@ -58,6 +58,7 @@ if (isset($_ENV['PANTHEON_ENVIRONMENT'])) {
|
|||
*
|
||||
*/
|
||||
if (isset($_ENV['PANTHEON_ENVIRONMENT']) && (substr($_SERVER['SCRIPT_NAME'],0,17) != '/core/install.php') && (!is_dir(__DIR__ . '/files/styles'))) {
|
||||
include_once __DIR__ . '/../../core/includes/install.core.inc';
|
||||
include_once __DIR__ . '/../../core/includes/install.inc';
|
||||
install_goto('core/install.php');
|
||||
}
|
||||
|
|
Reference in a new issue