- Issue created by @doxigo
- Merge request !5Issue #3446813: Warning: Undefined array key "#row" in views_rss_core_preprocess_views_view_rss() β (Closed) created by doxigo
- Open on Drupal.org βCore: 10.2.x + Environment: PHP 8.2 & MySQL 8last update
8 months ago Waiting for branch to pass - Status changed to Needs review
8 months ago 10:30am 13 May 2024 - πΊπΈUnited States DamienMcKenna NH, USA
Thanks for working that out and for doing a MR. I'll review it shortly, but it's likely safe to add to the next release.
- Status changed to Needs work
6 months ago 7:22am 19 July 2024 - Status changed to RTBC
6 months ago 6:59am 20 July 2024 - Status changed to Needs work
6 months ago 9:40am 20 July 2024 - πΊπΈUnited States DamienMcKenna NH, USA
- if (!empty($max_pub_date)) { + if ($max_pub_date !== NULL) {
Per the comment above it, this line needs to check to exclude zeroes too, which is why it used !empty() before; I think it'd be fine to revert it to !empty().
- Status changed to Needs review
6 months ago 9:49am 20 July 2024 -
damienmckenna β
committed 59f40d26 on 8.x-2.x
Issue #3446813 by ivnish, doxigo, damienmckenna: Warning: Undefined...
-
damienmckenna β
committed 59f40d26 on 8.x-2.x
- Status changed to Fixed
4 months ago 10:14am 16 September 2024 Automatically closed - issue fixed for 2 weeks with no activity.