projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
039d75b
)
One more place the class name has changed
author
Ben Klang
<ben@alkaloid.net>
Wed, 29 Sep 2010 15:38:58 +0000
(11:38 -0400)
committer
Ben Klang
<ben@alkaloid.net>
Wed, 29 Sep 2010 15:39:53 +0000
(11:39 -0400)
wicked/lib/Block/page.php
patch
|
blob
|
history
diff --git
a/wicked/lib/Block/page.php
b/wicked/lib/Block/page.php
index
676833b
..
c1f4fbd
100644
(file)
--- a/
wicked/lib/Block/page.php
+++ b/
wicked/lib/Block/page.php
@@
-19,13
+19,13
@@
class Horde_Block_Wicked_page extends Horde_Block
protected function _title()
{
- $page = Page::getPage($this->_params['page']);
+ $page =
Wicked_
Page::getPage($this->_params['page']);
return htmlspecialchars($page->pageName());
}
protected function _content()
{
- $page = Page::getPage($this->_params['page']);
+ $page =
Wicked_
Page::getPage($this->_params['page']);
return $page->render(WICKED_MODE_BLOCK);
}