diff --git a/composer.json b/composer.json
index 5178874fc526b1bc888ff1296103e25f3ea9e74f..4b2f4c0b667741650ca970e3fdd62869de69a5ce 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 403937436e9c99291c5828d4588ac7c10b4821fa..5d7e0ed2d27c0ae6bf6d6005c7300e394ae03168 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