projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff28fa3
)
Fix scope.
author
Jan Schneider
<jan@horde.org>
Wed, 9 Dec 2009 12:57:12 +0000
(13:57 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 9 Dec 2009 14:08:10 +0000
(15:08 +0100)
kronolith/lib/Block/summary.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Block/summary.php
b/kronolith/lib/Block/summary.php
index
3245c52
..
f247ded
100644
(file)
--- a/
kronolith/lib/Block/summary.php
+++ b/
kronolith/lib/Block/summary.php
@@
-68,7
+68,8
@@
class Horde_Block_Kronolith_summary extends Horde_Block {
$this->_params['calendar'] != '__all') {
$url->add('display_cal', $this->_params['calendar']);
}
- return $url->link() . htmlspecialchars($registry->get('name')) . '</a>';
+ return $url->link()
+ . htmlspecialchars($GLOBALS['registry']->get('name')) . '</a>';
}
/**