With PHP 5.4 and later, warnings appear in the watchdog log:
Strict warning: Declaration of views_cycle_plugin_style_cycle::options_submit() should be compatible with views_plugin::options_submit(&$form, &$form_state) in views_include_handler()

In views_cycle_plugin_style_cycle, the function is declared function options_submit($form, &$form_state)

CommentFileSizeAuthor
#1 views_cycle.warning.patch473 bytesJohn Franklin
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

John Franklin’s picture

Status: Active » Needs review
FileSize
473 bytes

Attached patch should fix the issue.