I think the fallowing code doesn't make any sense in the context where he is (probably it's a left over from older versions).

$exposed_data = $view->exposed_data;

The $exposed_data variable is local and it's never used, on the other hand it can harm other plugins inheriting from views_plugin_exposed_form_input_required (I tested this).
Patch attached.

Comments

neoglez’s picture

dawehner’s picture

Status: Active » Fixed

This makes sense, this variable isn't used anywhere. Thanks! Commited to 7.x-3.x and 6.x-3.x
Please set the status to needs review next time :)

Status: Fixed » Closed (fixed)

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