Skip to content
Snippets Groups Projects
Commit eb890d28 authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fix: bring back missing webRoot variable

parent 55d692b4
No related branches found
No related tags found
No related merge requests found
......@@ -179,6 +179,7 @@ class Handler extends BaseHandler {
// Directory where Drupal's index.php is located.
$webRoot = dirname($corePath);
}
$this->config->setValue('webRoot', $webRoot, FALSE);
// Directory where the root project is being created.
$projectRoot = getcwd();
......
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