Skip to content

Commit 343eaf5

Browse files
committed
(NFC) Bootstrap.php
1 parent ac705c0 commit 343eaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ protected function findDrupalDirs($cmsRoot, $searchDir) {
406406

407407
$sites = array();
408408
if (file_exists("$cmsRoot/sites/sites.php")) {
409-
include("$cmsRoot/sites/sites.php");
409+
include "$cmsRoot/sites/sites.php";
410410
}
411411
$dirs = array();
412412
$server = explode('.', implode('.', array_reverse(explode(':', rtrim($this->options['httpHost'], '.')))));

0 commit comments

Comments
 (0)