wang
Well-known member
Path to the file: XenResource_DataWriter_CategoryWatch
I think that XenForo_Model_CategoryWatch should be: XenResource_Model_CategoryWatch at the following bit of code:
I think that XenForo_Model_CategoryWatch should be: XenResource_Model_CategoryWatch at the following bit of code:
PHP:
/**
* @return XenResource_Model_CategoryWatch
*/
protected function _getCategoryWatchModel()
{
return $this->getModelFromCache('XenForo_Model_CategoryWatch');
}