Skip to:
Content
Pages
Categories
Search
Top
Bottom

Bug in bbp_subscriptions_handler


  • Artur Khylskyi
    Participant

    @arthurpatriot

    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.
Skip to toolbar