Skip to content

Commit

Permalink
Merge pull request #21 from nepster-web/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate browsers in list
  • Loading branch information
kartik-v committed Jun 3, 2015
2 parents 9fad646 + be3328f commit 187839c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Enum.php
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,6 @@ public static function getBrowser($common = false, $browsers = [], $agent = null
"msie" => Yii::t("kvenum", "Microsoft Internet Explorer"),
"konqueror" => Yii::t("kvenum", "Konqueror"),
"amaya" => Yii::t("kvenum", "Amaya"),
"omniweb" => Yii::t("kvenum", "Omniweb"),
"netscape" => Yii::t("kvenum", "Netscape"),
"mosaic" => Yii::t("kvenum", "Mosaic"),
"netsurf" => Yii::t("kvenum", "NetSurf"),
Expand Down Expand Up @@ -925,4 +924,4 @@ protected static function getBrowserVer($agent, $code)
}
return $version;
}
}
}

0 comments on commit 187839c

Please sign in to comment.