Notice: Undefined index: #required in mothership_form_element() (line 76 of /var/www/smspm/sites/all/themes/mothership/mothership/functions/form.php).

I fixed it like that at line 75

  if( isset($element['#required']) ) {
CommentFileSizeAuthor
#1 mothership-1679102.patch583 bytesjessepinho

Comments

jessepinho’s picture

StatusFileSize
new583 bytes

See attached patch. Kaido24: I went with empty() instead of isset(), since isset() will return TRUE even if '#required' is set to FALSE.

kaido.toomingas’s picture

yeah my mistake :) I think I did at my project the same because the error message is gone and wrote here the wrong one :)
Thanks Jessepinho.

mortendk’s picture

Status: Active » Fixed

thanx :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.