#971 크롤러 접속시 조회수 증가 처리하지 않음

#971 크롤러 접속시 조회수 증가 처리하지 않음
before 트리거 전으로 위치이동
This commit is contained in:
YJSoft 2014-09-15 14:40:03 +09:00
parent aab1c8f1a1
commit 0e7e40b242

View file

@ -822,6 +822,9 @@ class documentController extends document
*/
function updateReadedCount(&$oDocument)
{
// Pass if Crawler access
if(isCrawler()) return false;
$document_srl = $oDocument->document_srl;
$member_srl = $oDocument->get('member_srl');
$logged_info = Context::get('logged_info');