Skip to content

Commit 0470250

Browse files
authored
update patch for 8.3.x
Update kentr-allow-repeated-setSitePath-in-DrupalKernel.patch for Drupal 8.3.x.
1 parent 4737f69 commit 0470250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/kentr-allow-repeated-setSitePath-in-DrupalKernel.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/core/lib/Drupal/Core/DrupalKernel.php b/core/lib/Drupal/Core/DrupalKernel.php
2-
index 16b3bac..c84286b 100644
2+
index 274a3fa..9089a7d 100644
33
--- a/core/lib/Drupal/Core/DrupalKernel.php
44
+++ b/core/lib/Drupal/Core/DrupalKernel.php
5-
@@ -383,7 +383,7 @@ public static function findSitePath(Request $request, $require_settings = TRUE)
5+
@@ -410,7 +410,7 @@ public static function findSitePath(Request $request, $require_settings = TRUE,
66
* {@inheritdoc}
77
*/
88
public function setSitePath($path) {

0 commit comments

Comments
 (0)