I got a strict warning using the latest checkout of Views 7.x-3.x-dev together with the latest HEAD of Drupal 7:

Strict warning: Declaration of views_plugin_display::options_submit() should be compatible with that of views_plugin::options_submit() in _registry_check_code()  (line 2438 of G:\www\d7mvg\includes\bootstrap.inc).

It can be fixed by changing $form to &$form on line 411 of includes/plugins.inc. See patch.

CommentFileSizeAuthor
options_submit_strict.patch648 bytesmarcvangend
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

marcvangend’s picture

Status: Active » Needs review

Hmm, needs review of course.

dawehner’s picture

Status: Needs review » Fixed

Thanks.

Hey I thought I made a comment.

http://drupal.org/cvs?commit=358676

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.