Undefined variable: getvar on line 60.

        if (element_child($requestvar) && is_array($form) && !is_null($form[$getvar])) {

Vianney Stroebel
Likwid - Spécialistes Drupal - Paris

Comments

rwohleb’s picture

Same issue here. It should read:
if (element_child($requestvar) && is_array($form) && !is_null($form[$requestvar])) {

jbrauer’s picture

Status: Active » Fixed

Thanks folks. committed.

Status: Fixed » Closed (fixed)

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