Update core classes to refer to UA class for robot detection

This commit is contained in:
Kijin Sung 2016-03-19 23:32:35 +09:00
parent f1441613a2
commit 37bce0343d
5 changed files with 17 additions and 93 deletions

View file

@ -686,7 +686,7 @@ class Context
public function checkSSO()
{
// pass if it's not GET request or XE is not yet installed
if(!config('use_sso') || isCrawler())
if(!config('use_sso') || Rhymix\Framework\UA::isRobot())
{
return TRUE;
}