If on a content type a redirect was set then was canceled by selecting 'Default' the $_GET['destination'] is being stripped.

This is because the variable storing the redirect settings is not null but 0 which is not the same.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

marabak created an issue. See original summary.

marabak’s picture

here is the patch that is solving this issue

Rob Holmes’s picture

Ah thanks, for this, ill try and get this tested and committed later today.

livido’s picture

yah, I got this error too and this patch fixed issue.