6.0.0-beta1
10/18/25

[#747] Typo in Horde/Browser.php
Summary Typo in Horde/Browser.php
Queue Horde Framework Packages
Type Bug
State Resolved
Priority 1. Low
Owners
Requester benp (at) reed (dot) edu
Created 11/02/2004 (7655 days ago)
Due
Updated 11/02/2004 (7655 days ago)
Assigned
Resolved 11/02/2004 (7655 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
11/02/2004 06:09:11 PM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Fixed in CVS, thanks.
11/02/2004 05:13:23 PM benp (at) reed (dot) edu Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Typo in Horde/Browser.php
Queue ⇒ Horde Framework Packages
Reply to this comment
--- Horde/Browser.php.orig      2004-11-02 09:07:55.000000000 -0800

+++ Horde/Browser.php   2004-11-02 09:08:03.000000000 -0800

@@ -371,7 +371,7 @@

                  $this->setFeature('javascript', 1.1);

                  $this->setQuirk('avoid_popup_windows');

              } elseif (strpos($this->_lowerAgent, 'avantgo') !== false) {

-                $this->setBrower('avantgo');

+                $this->setBrowser('avantgo');

                  $this->_mobile = true;

              } elseif (preg_match('|Konqueror/([0-9]+)|', 
$this->_agent, $version) ||

                        preg_match('|Safari/([0-9]+)\.?([0-9]+)?|', 
$this->_agent, $version)) {


Saved Queries