@@ -318,7 +318,7 @@ |
||
| 318 | 318 | if (stristr($this->agent, 'FacebookExternalHit')) { |
| 319 | 319 | $this->isRobot = true; |
| 320 | 320 | $this->isFacebook = true; |
| 321 | - } else if (stristr($this->agent, 'FBIOS')) { |
|
| 321 | + } else if (stristr($this->agent, 'FBIOS')) { |
|
| 322 | 322 | $this->isFacebook = true; |
| 323 | 323 | } |
| 324 | 324 | } |