diff options
-rw-r--r-- | system/application/config/user_agents.php | 2 | ||||
-rw-r--r-- | user_guide/changelog.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/system/application/config/user_agents.php b/system/application/config/user_agents.php index c01b2767d..f15b007a5 100644 --- a/system/application/config/user_agents.php +++ b/system/application/config/user_agents.php @@ -59,8 +59,8 @@ $browsers = array( 'Camino' => 'Camino', 'Netscape' => 'Netscape', 'OmniWeb' => 'OmniWeb', - 'Mozilla' => 'Mozilla', 'Safari' => 'Safari', + 'Mozilla' => 'Mozilla', 'Konqueror' => 'Konqueror', 'icab' => 'iCab', 'Lynx' => 'Lynx', diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 8eec51d65..9bc64d2ad 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -66,6 +66,7 @@ SVN Revision: </p> <ul> <li>Added a new <a href="libraries/cart.html">Cart Class</a>.</li> <li>Added the ability to pass $config['file_name'] for the <a href="libraries/file_uploading.html">File Uploading Class</a> and rename the uploaded file.</li> + <li>Changed order of listed user-agents so Safari would more accurately report itself. (#6844)</li> </ul> </li> <li>Database |