Menu

#80 Opera versions 11 not recognized

open
nobody
None
5
2011-02-06
2011-02-06
Anonymous
No

Have added the following lines of code to the checkBrowserOpera() function. Otherwise opera version '11.01' gets output as version '9.80'.

else if( preg_match('/Version\/(11.*)$/',$resultant,$matches) ) {
$this->setVersion($matches[1]);
}

Discussion


Log in to post a comment.

MongoDB Logo MongoDB