Hi,
trying to revert modified social media widget set does nothing.

Solution:

To fix this, simply edit line 524 of widgets.admin.inc:
function widgets_set_revert_form($form, $form_state, $set) {

...and add the missing & to $form_state:
function widgets_set_revert_form($form, &$form_state, $set) {

CommentFileSizeAuthor
#2 widgets-2582243-1.patch405 bytesPhilY
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

PhilY created an issue. See original summary.

PhilY’s picture

FileSize
405 bytes