mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
#971 크롤러 접속시 조회수 증가 처리하지 않음
#971 크롤러 접속시 조회수 증가 처리하지 않음 before 트리거 전으로 위치이동
This commit is contained in:
parent
aab1c8f1a1
commit
0e7e40b242
1 changed files with 3 additions and 0 deletions
|
|
@ -822,6 +822,9 @@ class documentController extends document
|
||||||
*/
|
*/
|
||||||
function updateReadedCount(&$oDocument)
|
function updateReadedCount(&$oDocument)
|
||||||
{
|
{
|
||||||
|
// Pass if Crawler access
|
||||||
|
if(isCrawler()) return false;
|
||||||
|
|
||||||
$document_srl = $oDocument->document_srl;
|
$document_srl = $oDocument->document_srl;
|
||||||
$member_srl = $oDocument->get('member_srl');
|
$member_srl = $oDocument->get('member_srl');
|
||||||
$logged_info = Context::get('logged_info');
|
$logged_info = Context::get('logged_info');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue