@@ -374,7 +374,7 @@ |
||
374 | 374 | if (stristr($this->agent, 'FacebookExternalHit')) { |
375 | 375 | $this->setRobot(true); |
376 | 376 | $this->setFacebook(true); |
377 | - } else if (stristr($this->agent, 'FBIOS')) { |
|
377 | + } else if (stristr($this->agent, 'FBIOS')) { |
|
378 | 378 | $this->setFacebook(true); |
379 | 379 | } |
380 | 380 | } |