mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
Merge pull request #975 from YJSoft/devel-dv
#971 크롤러 접속시 조회수 증가 처리하지 않음
This commit is contained in:
commit
6cc7d73425
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