Fixed [1.2.4] XenForo_Model_InlineMod_Thread::applyThreadPrefix

Garani

Active member
If the call to XenForo_Model_InlineMod_Thread::canEditThreads fails, any $errorPhraseKey is not reported back to the caller. (line 61)

PHP:
        if (!$this->canEditThreads($threadIds, $errorPhraseKey, $viewingUser))
        {
            return false;
        }
 
Top Bottom