projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a65779
)
Fix method name
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 31 Aug 2010 23:18:06 +0000
(19:18 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 31 Aug 2010 23:18:06 +0000
(19:18 -0400)
Bug: 9210
Author: d-fens@
00010111
.de
kronolith/lib/Application.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Application.php
b/kronolith/lib/Application.php
index
34944ff
..
ef88b27
100644
(file)
--- a/
kronolith/lib/Application.php
+++ b/
kronolith/lib/Application.php
@@
-122,7
+122,7
@@
class Kronolith_Application extends Horde_Registry_Application
if (!$prefs->isLocked('fb_cals')) {
$fb_list = array();
foreach (Kronolith::listCalendars() as $fb_cal => $cal) {
- $fb_list[htmlspecialchars($fb_cal)] = htmlspecialchars($cal->
get('name'
));
+ $fb_list[htmlspecialchars($fb_cal)] = htmlspecialchars($cal->
name(
));
}
$ui->override['fb_cals'] = $fb_list;
}