Merge branch 'master' of linz:/srv/git/git-kairo
[php-utility-classes.git] / include / classes / useragent.php-class
index d09585d71efd732f203516b6411615a4f2e2ed1f..e5e91c5720baf8e62a1c33473f261af60208292e 100755 (executable)
@@ -349,7 +349,7 @@ class userAgent {
       $this->version = $regs[1];
       $this->bot = false;
     }
-    elseif (preg_match('|Konqueror/([0-9a-zA-Z\.+]+)|', $this->uastring, $regs)) {
+    elseif (preg_match('|Konqueror/([0-9a-zA-Z\.+]+)|i', $this->uastring, $regs)) {
       $this->brand = 'Konqueror';
       $this->version = $regs[1];
       $this->bot = false;