- Issue created by @a.hover
- ๐ฌ๐งUnited Kingdom a.hover
This patch appears to resolve this problem.
However, not sure if this is the best place for the code or if the original code should be changed from:
$ids = &drupal_static(__FUNCTION__ . '_ids', FALSE);
To
$ids = &drupal_static(__FUNCTION__ . '_ids', []);
Not wanting to disrupt things too much, so have opted for the patch version instead.
- ๐ฎ๐ณIndia abhishek_virasat
abhishek_gupta1 โ made their first commit to this issueโs fork.
- Status changed to Needs review
5 months ago 10:28am 20 June 2024 - ๐ฎ๐ณIndia abhishek_virasat
@a.hover, I have tested locally. the above patch is working well for me. issue has fixed. Also Created MR easy to merge .