summaryrefslogtreecommitdiffstats
path: root/lib/Narwhal/Component/Role/Wiki.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Narwhal/Component/Role/Wiki.pm')
-rw-r--r--lib/Narwhal/Component/Role/Wiki.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Narwhal/Component/Role/Wiki.pm b/lib/Narwhal/Component/Role/Wiki.pm
index c57cf7e..a48cf9b 100644
--- a/lib/Narwhal/Component/Role/Wiki.pm
+++ b/lib/Narwhal/Component/Role/Wiki.pm
@@ -8,9 +8,9 @@ has kioku => (
);
has tt => (
- isa => 'Template',
+ isa => 'OX::View::TT',
required => 1,
- handles => ['process'],
+ handles => ['render'],
);
has scope => (