summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-02-17 21:04:32 -0600
committerJesse Luehrs <doy@tozt.net>2011-02-17 21:04:32 -0600
commit1ba96d48fef262eb3c8f81212a448812802b40ba (patch)
treef382907a4443b52a675968da550ba7a2bd0e401a
parent47bbca48d0b06b978351ebaedd52c8669fec3699 (diff)
downloadox-view-tt-1ba96d48fef262eb3c8f81212a448812802b40ba.tar.gz
ox-view-tt-1ba96d48fef262eb3c8f81212a448812802b40ba.zip
exposing the request directly here seems wrong
-rw-r--r--lib/OX/View/TT.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/OX/View/TT.pm b/lib/OX/View/TT.pm
index 2dfd692..49652d1 100644
--- a/lib/OX/View/TT.pm
+++ b/lib/OX/View/TT.pm
@@ -37,7 +37,6 @@ has 'tt' => (
sub _build_template_params {
my ($self, $r, $params) = @_;
return +{
- r => $r,
base => $r->script_name,
uri_for => sub { $r->uri_for( $_[0] ) },
%{ $params || {} }