From 7d21957ca3d19784c2f2201ddb90c0e5eb6362f9 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Mon, 8 Jan 2018 20:31:06 +0200 Subject: [PATCH] Issue #2935210: Fixed the issue of InvalidArgumentException: $string (Array) must be a string --- composer.json | 4 +++- drupal-org-core.make | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5178874f..4b2f4c0b 100644 --- a/composer.json +++ b/composer.json @@ -229,7 +229,9 @@ "Issue #2599228: Programmatically created translatable content type returns SQL error on content creation": "https://www.drupal.org/files/issues/2599228-31.patch", "Issue #2893892: Fixed Warning Invalid argument supplied for foreach() in Drupal": - "https://www.drupal.org/files/issues/patch_empty_fix.patch" + "https://www.drupal.org/files/issues/patch_empty_fix.patch", + "Issue #2719553: Fixed the issue of InvalidArgumentException: $string (Array) must be a string.": + "https://www.drupal.org/files/issues/2719553-11.patch" }, "drupal/page_manager": { "Issue #2624972: No configuration possible in UI for 301, 303, etc. HTTP responses": diff --git a/drupal-org-core.make b/drupal-org-core.make index 40393743..5d7e0ed2 100644 --- a/drupal-org-core.make +++ b/drupal-org-core.make @@ -14,3 +14,5 @@ projects[drupal][patch][] = https://www.drupal.org/files/issues/drupal_8-allow_s projects[drupal][patch][] = https://www.drupal.org/files/issues/2599228-31.patch ;; Issue #2893892: Fixed Warning Invalid argument supplied for foreach() in Drupal projects[drupal][patch][] = https://www.drupal.org/files/issues/patch_empty_fix.patch +;; Issue #2719553: Fixed the issue of InvalidArgumentException: $string (Array) must be a string. +projects[drupal][patch][] = https://www.drupal.org/files/issues/2719553-11.patch -- GitLab