diff options
author | Eric Barnes <eric@ericlbarnes.com> | 2011-03-18 14:02:37 +0100 |
---|---|---|
committer | Eric Barnes <eric@ericlbarnes.com> | 2011-03-18 14:02:37 +0100 |
commit | 928083406322821a35a7d8a4205620c3854772a6 (patch) | |
tree | eed53a5207649e137b82853bfb675896adbe795c /system/libraries/User_agent.php | |
parent | bb458e3b9189af409d342623a9873397a1ac92c2 (diff) |
Fixed coding to match standards from previous releases
Diffstat (limited to 'system/libraries/User_agent.php')
-rw-r--r-- | system/libraries/User_agent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/User_agent.php b/system/libraries/User_agent.php index 2690e174d..38cdb40f1 100644 --- a/system/libraries/User_agent.php +++ b/system/libraries/User_agent.php @@ -92,7 +92,7 @@ class CI_User_agent { { $_ua_path = APPPATH.'config/user_agents'.EXT; } - + if ( ! @include($_ua_path)) { return FALSE; |