253 return theme('legal_display', array('form' => $form));
change
253 $form = theme('legal_display', array('form' => $form));352 return theme('legal_display', array('form' => $form));
change
352 $form = theme('legal_display', array('form' => $form));| Comment | File | Size | Author |
|---|---|---|---|
| #3 | legal-hook-form-alter-1551158.patch | 567 bytes | tikaszvince |
| #1 | legal-make-theme-display-useable-1551158-1.patch | 339 bytes | haggins |
Comments
Comment #1
haggins commentedHere's a patch. Please commit as this is necessary if you want to alter changes made by legal module (i.e. changing titles and descriptions).
Comment #2
tikaszvince commentedThis patch works fine
Comment #3
tikaszvince commentedI attached a new patch to modify legal_form_user_register_form_alter and legal_form_user_profile_form_alter too on version 7.x-1.5.
Comment #4
tikaszvince commentedComment #5
abarpetia commentedI can verify #3 patch worked for me. +1 to commit.
Comment #7
robert castelo commentedThanks tikaszvince, haggins, eMeLA. Added to dev and will be part of next release (soon).