[RSS Feed/News] Batch Update Users silently fails to save

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
When attempting to batch update users, any and all changes are completely discarded. This is because there's a silent exception being thrown that is being suppressed; "Please enter a custom title that does not contain any censored words."

Root problem (\XF\Job\UserAction#L143-147):
PHP:

Code:
        $customTitle = $this->getActionValue('custom_title');
        if ($customTitle !== '')
        {
            $user->custom_title = $customTitle;
        }
$customTitle in this case is...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom