From 294263ca086f397e98ddf96bb02c51e1a405f325 Mon Sep 17 00:00:00 2001 From: matthewt Date: Tue, 8 Jul 2008 19:57:44 +0000 Subject: more $self->blessed stompage --- lib/Reaction/UI/Controller.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Reaction/UI/Controller.pm') diff --git a/lib/Reaction/UI/Controller.pm b/lib/Reaction/UI/Controller.pm index a6ff6ef..0ccba8f 100644 --- a/lib/Reaction/UI/Controller.pm +++ b/lib/Reaction/UI/Controller.pm @@ -55,7 +55,7 @@ sub redirect_to { my $action; if(!ref $to){ $action = $self->action_for($to); - confess("Failed to locate action ${to} in " . $self->blessed) unless $action; + confess("Failed to locate action ${to} in " . blessed($self)) unless $action; } elsif( blessed $to && $to->isa('Catalyst::Action') ){ $action = $to; -- cgit v1.2.3-54-g00ecf