- Status changed to Needs review
about 2 years ago 7:40am 9 March 2023 - 🇮🇳India mrinalini9 New Delhi
Rerolled patch #5 for 1.x branch, please review it.
Thanks!
- last update
over 1 year ago 3 pass
( ! ) Warning: Uninitialized string offset 0 in \web\modules\contrib\custom_breadcrumbs\src\Form\CustomBreadcrumbsForm.php on line 254
Drupal Version 9.4.1
PHP 8.0.17
In web\modules\contrib\custom_breadcrumbs\src\Form\CustomBreadcrumbsForm.php on line no 254
$urlList = explode(PHP_EOL, $pages);
we need to add array_filter because we have not yet added any breadcrumb paths so it gives single array element with empty data.
After that we have to check that array is empty of not before foreach loop.
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Rerolled patch #5 for 1.x branch, please review it.
Thanks!