[Catalyst-commits] r12160 -
trunk/examples/Advent09FormHandlerBlog/Blog/lib/Blog/Form
alexn_org at dev.catalyst.perl.org
alexn_org at dev.catalyst.perl.org
Thu Dec 3 12:25:46 GMT 2009
Author: alexn_org
Date: 2009-12-03 12:25:46 +0000 (Thu, 03 Dec 2009)
New Revision: 12160
Modified:
trunk/examples/Advent09FormHandlerBlog/Blog/lib/Blog/Form/Article.pm
Log:
removed uneeded line
Modified: trunk/examples/Advent09FormHandlerBlog/Blog/lib/Blog/Form/Article.pm
===================================================================
--- trunk/examples/Advent09FormHandlerBlog/Blog/lib/Blog/Form/Article.pm 2009-12-03 12:07:20 UTC (rev 12159)
+++ trunk/examples/Advent09FormHandlerBlog/Blog/lib/Blog/Form/Article.pm 2009-12-03 12:25:46 UTC (rev 12160)
@@ -35,7 +35,6 @@
$orig->($self, @_);
my @tags = split /\s*,\s*/, $self->field('tags_str')->value;
- my $tags_rs = $schema->resultset('Tag');
$item->article_tags->delete;
$item->article_tags->create({ tag => { name => $_ } })
More information about the Catalyst-commits
mailing list