projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50d1417
)
Fix typo.
author
Gunnar Wrobel
<p@rdus.de>
Mon, 13 Apr 2009 05:47:50 +0000
(07:47 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Mon, 13 Apr 2009 07:55:43 +0000
(09:55 +0200)
framework/Kolab_Server/lib/Horde/Kolab/Server.php
patch
|
blob
|
history
diff --git
a/framework/Kolab_Server/lib/Horde/Kolab/Server.php
b/framework/Kolab_Server/lib/Horde/Kolab/Server.php
index
4ffd5ea
..
bda39a5
100644
(file)
--- a/
framework/Kolab_Server/lib/Horde/Kolab/Server.php
+++ b/
framework/Kolab_Server/lib/Horde/Kolab/Server.php
@@
-492,7
+492,7
@@
abstract class Horde_Kolab_Server
* supported the derived attribute should not be
* included into the set of supported attributes.
*/
- if (!isset($attrs[$attr
s
])) {
+ if (!isset($attrs[$attr
ibute
])) {
unset($derived[$attribute]);
$supported = false;
break;
@@
-513,7
+513,7
@@
abstract class Horde_Kolab_Server
* supported the collapsed attribute should not be
* included into the set of supported attributes.
*/
- if (!isset($attrs[$attr
s
])) {
+ if (!isset($attrs[$attr
ibute
])) {
unset($collapsed[$attribute]);
}
}