changes for 0.002000, thank you xinming for reminding me, I'm a fucking idiot
[catagits/Reaction.git] / lib / Reaction / UI / Controller.pm
index a9eeb59..d5c2b28 100644 (file)
@@ -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;
 }