Hi,
i use legal and logintoboggan. The following steps to reproduce:

  • Register with legal confirmation
  • Get e-mail with validation Link from logintoboggan
  • Use the validation link
  • Get Error in legal.module row 470, where $accepted is set, but $edit is an empty array.
$accepted = $edit['legal_accept'];

The following works for me.

if( isset($edit['legal_accept']) ) $accepted = $edit['legal_accept'];

Thanks,
Dirk

Comments

avpaderno’s picture

Version: 7.x-1.2 » 7.x-1.x-dev
Issue summary: View changes