How come in /library/XenForo/ControllerPublic/Watched.php, on line 211, it refers to the non-existent
'XenForo_ViewPublic_Watched_ThreadsAll'?
Although, for actionThreads(), 'XenForo_ViewPublic_Watched_Forums' is present.
This is the only time 'XenForo_ViewPublic_Watched_ThreadsAll' is referred to.
'XenForo_ViewPublic_Watched_ThreadsAll'?
Although, for actionThreads(), 'XenForo_ViewPublic_Watched_Forums' is present.
PHP:
return $this->responseView('XenForo_ViewPublic_Watched_ThreadsAll', 'watch_threads_all', $viewParams);
This is the only time 'XenForo_ViewPublic_Watched_ThreadsAll' is referred to.