Bug in bbp_subscriptions_handler
-
function
bbp_subscriptions_handler
always have$action = ''
…I`m fix this:
if (!$action && $_GET['action']) { $action = htmlspecialchars($_GET['action']); }
Check this… I think is bug…
- You must be logged in to reply to this topic.