add methods for password fields
[php-utility-classes.git] / include / classes / useragent.php-class
index 09415a7b852673120f2303e2cbe13ea942c821a7..a70915de827d03b4f726f544e2a425e8c253d92e 100755 (executable)
@@ -1234,7 +1234,7 @@ class userAgent {
             $this->uadata['eng_version'] = null;
           }
         }
-        elseif ($this->hasEngine('edge')) {
+        elseif ($this->hasEngine('edgehtml')) {
           if (preg_match('#Mozilla/5.0 \(([^;]+); (WOW64|Win64); ([^\);]+)\)#', $this->uastring, $regs)) {
             $this->uadata['os'] = $regs[1].' ('.$regs[2].')';
           }