projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e93cd5
)
Fix to description function
author
Carlos Timóteo
<carlos-e-timoteo@telecom.pt>
Tue, 23 Nov 2010 17:00:37 +0000
(17:00 +0000)
committer
Jan Schneider
<jan@horde.org>
Wed, 24 Nov 2010 10:17:20 +0000
(11:17 +0100)
Signed-off-by: Jan Schneider <jan@horde.org>
kronolith/lib/Calendar/Internal.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Calendar/Internal.php
b/kronolith/lib/Calendar/Internal.php
index
8ecbad5
..
3fb83d7
100644
(file)
--- a/
kronolith/lib/Calendar/Internal.php
+++ b/
kronolith/lib/Calendar/Internal.php
@@
-66,7
+66,7
@@
class Kronolith_Calendar_Internal extends Kronolith_Calendar
*/
public function description()
{
- return $this->_share->get('desc
ription
');
+ return $this->_share->get('desc');
}
/**