fixed error message display bug in Reset Password
[catagits/Reaction.git] / lib / Reaction / InterfaceModel / Action.pm
index 54935b6..12234ec 100644 (file)
@@ -18,7 +18,8 @@ has ctx => (
   isa => 'Catalyst',
   is => 'ro',
   lazy_fail => 1,
-  metaclass => 'Reaction::Meta::Attribute'
+  metaclass => 'Reaction::Meta::Attribute',
+  weak_ref => 1,
 );
 
 sub parameter_attributes {