From a6c210d2e52bfa0cb1b0b57336a15ebd0ba34b6e Mon Sep 17 00:00:00 2001 From: Andrew O'Neil Date: Sun, 2 Dec 2007 21:34:09 +0000 Subject: [PATCH] Use local copy of browscap (merged from branches/2.2.0@45907, r45617) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@46110 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- misc/Browscap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/Browscap.php b/misc/Browscap.php index 1b1b85c1b..e41a4a1e0 100644 --- a/misc/Browscap.php +++ b/misc/Browscap.php @@ -103,7 +103,7 @@ class Browscap * * @var string */ - public $localFile = null; + public $localFile = 'misc/browscap.ini'; /** * The useragent to include in the requests made by the class during the