Opera versions 11 not recognized
Status: Beta
Brought to you by:
ayashisunyday
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]);
}