aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/Controller.pm
diff options
context:
space:
mode:
authormatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-04-30 17:18:53 +0000
committermatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-04-30 17:18:53 +0000
commit83529ec10275fa6aef95000ccb1f846b16a7e396 (patch)
treeb16d36df36190175d072da2100206df507c81fd6 /lib/Reaction/UI/Controller.pm
parent49a473c8a270f2d8fedacce3e52aed46e1d076dd (diff)
downloadreaction-83529ec10275fa6aef95000ccb1f846b16a7e396.tar.gz
reaction-83529ec10275fa6aef95000ccb1f846b16a7e396.zip
changes for 0.002000, thank you xinming for reminding me, I'm a fucking idiot
Diffstat (limited to 'lib/Reaction/UI/Controller.pm')
-rw-r--r--lib/Reaction/UI/Controller.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Reaction/UI/Controller.pm b/lib/Reaction/UI/Controller.pm
index a9eeb59..d5c2b28 100644
--- a/lib/Reaction/UI/Controller.pm
+++ b/lib/Reaction/UI/Controller.pm
@@ -12,7 +12,6 @@ with 'Catalyst::Component::InstancePerContext';
sub build_per_context_instance {
my ($self, $c, @args) = @_;
my $newself = $self->new($self->_application, {%$self, context => $c, @args});
- weaken $newself->{context}; #stopgap till cat 5.8
return $newself;
}