X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FApp%2FIdiotBox%2FStore%2FSQLite.pm;h=dfd094925cc96af5ad3ef585c6d296db31d6519e;hb=de247f1b00c98697c80d7b558ccc473af7b2d6c9;hp=2f172606b1d4f261c3b26c881f00a2d001c6ca20;hpb=fb836c4beb4fa318ed17208e2ca32ea63f028157;p=catagits%2FApp-IdiotBox.git diff --git a/lib/App/IdiotBox/Store/SQLite.pm b/lib/App/IdiotBox/Store/SQLite.pm index 2f17260..dfd0949 100644 --- a/lib/App/IdiotBox/Store/SQLite.pm +++ b/lib/App/IdiotBox/Store/SQLite.pm @@ -71,7 +71,7 @@ sub _bind_announcements { ORDER BY announcement.made_at DESC }, - insert_sql => sub { + insert_one => sub { my ($store, undef, $dbh, $args) = @_; $store->_sth_for($dbh, q{ INSERT INTO announcements