mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Merge pull request #385 from kijin/pr/more-framework-classes
Rhymix Framework 각종 기능 추가
This commit is contained in:
commit
321015e050
269 changed files with 38164 additions and 616 deletions
|
|
@ -1098,7 +1098,11 @@ class documentController extends document
|
|||
function updateReadedCount(&$oDocument)
|
||||
{
|
||||
// Pass if Crawler access
|
||||
if(isCrawler()) return false;
|
||||
if (\Rhymix\Framework\UA::isRobot())
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
$oDocumentModel = getModel('document');
|
||||
$config = $oDocumentModel->getDocumentConfig();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue