[Catalyst-commits] r14215 - trunk/examples/CatalystAdvent/root/2011
caelum at dev.catalyst.perl.org
caelum at dev.catalyst.perl.org
Thu Dec 15 12:15:20 GMT 2011
Author: caelum
Date: 2011-12-15 12:15:20 +0000 (Thu, 15 Dec 2011)
New Revision: 14215
Modified:
trunk/examples/CatalystAdvent/root/2011/15.pod
Log:
fix typo
Modified: trunk/examples/CatalystAdvent/root/2011/15.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2011/15.pod 2011-12-15 07:28:25 UTC (rev 14214)
+++ trunk/examples/CatalystAdvent/root/2011/15.pod 2011-12-15 12:15:20 UTC (rev 14215)
@@ -660,7 +660,7 @@
return unless $form->process(
schema => $c->model('DB')->schema,
- item_id => $c->user->users_id,
+ item_id => $c->user->id,
params => $c->req->body_parameters,
);
More information about the Catalyst-commits
mailing list