Recent content by stefan1989

  1. S

    Fixed XenForo_Model_Thread::rebuildThreadUserPostCounters

    Hello, I have found an issue in the method XenForo_Model_Thread::rebuildThreadUserPostCounters. Method: public function rebuildThreadUserPostCounters($threadId, $userId = null) { if ($userId === 0) { return; } $db = $this->_getDb()...
Back
Top Bottom