commit | 325197e700564f8e4e0ba7c9fc82abfd85f451b0 | [log] [tgz] |
---|---|---|
author | Rick Ellis <rick.ellis@ellislab.com> | Mon Nov 20 17:29:05 2006 +0000 |
committer | Rick Ellis <rick.ellis@ellislab.com> | Mon Nov 20 17:29:05 2006 +0000 |
tree | c109f0c96f187dc3b919aca591daf5767de4c982 | |
parent | ebfa686046bb98c757d1b41c81eb867478036e68 [diff] [blame] |
diff --git a/system/libraries/User_agent.php b/system/libraries/User_agent.php index 8d16067..95eccd1 100644 --- a/system/libraries/User_agent.php +++ b/system/libraries/User_agent.php
@@ -186,6 +186,7 @@ $this->is_browser = TRUE; $this->version = $match[1]; $this->browser = $val; + $this->_set_mobile(); return TRUE; } }