diff --git a/composer.json b/composer.json index 4b003ff..16b9842 100644 --- a/composer.json +++ b/composer.json @@ -235,7 +235,7 @@ "Term Reference Tree: Re-implement Track List https://www.drupal.org/project/term_reference_tree/issues/3064280": "https://www.drupal.org/files/issues/2021-07-16/3064280_bring_back_tracklist-15.patch" }, "drupal/flag_lists": { - "Call to a member function id() on null in flag_lists_flag_action_access https://www.drupal.org/project/flag_lists/issues/3230729": "./patches/hook_flag_access_id_on_null.patch" + "Call to a member function id() on null in flag_lists_flag_action_access https://www.drupal.org/project/flag_lists/issues/3230729": "./patches/hook_flag_access_id_on_null_2.patch" } }, "drupal-scaffold": { diff --git a/patches/hook_flag_access_id_on_null.patch b/patches/hook_flag_access_id_on_null_2.patch similarity index 100% rename from patches/hook_flag_access_id_on_null.patch rename to patches/hook_flag_access_id_on_null_2.patch