MyBB Community Forums

Full Version: [F] online.php - Missing code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The break; is missing after the following part in online.php:
case "sendthread":
            if(is_numeric($parameters['tid']))
            {
                $tidsql .= ",$parameters[tid]";
            }
            $user['activity'] = "sendthread";
            $user['tid'] = $parameters['tid']; 
In addition to that the activity for sendthread is missing (including the language strings).
Fixed for the next release
Can you please indicate how to fix this bug on a default install of myBB 1.2.2?

Cheers
Not available ATM. It will be in 1.2.3