Reviewed & tested by the community
Project:
Drupal 6 Long Term Support
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Apr 2016 at 01:56 UTC
Updated:
20 Sep 2021 at 00:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
osopolarComment #3
osopolarComment #4
izmeez commentedI am closing this as a duplicate of #999514: Strict warning errors for views plugins. Declaration of calendar_plugin_display_page::options_submit() etc where I have added a patch that may be better to fix this issue in comment #18 of that issue. Thank you.
Comment #5
izmeez commentedOn closer examination I realize this is a patch that may be for a different issue that I cannot reproduce. I shall restore it to status of needs review.
Comment #6
avpadernoI am closing this issue, since it's for a Drupal version no longer supported.
Comment #7
izmeez commentedThe patch in comment #2 is needed and works as expected for warnings with php 5.6 and 7.4 when editing the calendar view. For example editing the calendar view, month view and changing the style calendar settings to use abbreviated names will result in the warning. When the patch is applied the warning does not occur.
The patch looks good and solves the problem.