projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46d3cb1
)
Allow to work with the older Browser library too.
author
Gunnar Wrobel
<p@rdus.de>
Tue, 9 Jun 2009 12:05:44 +0000
(14:05 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Tue, 9 Jun 2009 12:05:44 +0000
(14:05 +0200)
koward/lib/Koward.php
patch
|
blob
|
history
diff --git
a/koward/lib/Koward.php
b/koward/lib/Koward.php
index
3cec53c
..
07a8425
100644
(file)
--- a/
koward/lib/Koward.php
+++ b/
koward/lib/Koward.php
@@
-69,6
+69,8
@@
class Koward {
/* Browser detection object. */
if (class_exists('Horde_Browser')) {
$browser = Horde_Browser::singleton();
+ } else if (class_exists('Browser')) {
+ $browser = Browser::singleton();
}
if ($webroot === null) {