[Catalyst] CDBI issue?

Andy Grundman andy at hybridized.org
Wed May 11 19:49:02 CEST 2005


Alan Humphrey wrote:
> 	   eval {
> 		 $site->update_from_form( $checked );
> 		 $site->update();
> 	   };

This may not fix your problem, but you don't need to call update if you 
are using update_from_form.  Try removing the update call.

-Andy



More information about the Catalyst mailing list