OSDN Git Service

Model::SlashDB: fix type
authorhylom <hylom@users.sourceforge.jp>
Tue, 25 Oct 2016 16:28:34 +0000 (01:28 +0900)
committerhylom <hylom@users.sourceforge.jp>
Tue, 25 Oct 2016 16:28:34 +0000 (01:28 +0900)
src/newslash_web/lib/Newslash/Model/SlashDB.pm

index f82feb5..0e37543 100644 (file)
@@ -4056,7 +4056,7 @@ print STDERR scalar(gmtime) . " stoid '$stoid' lu '$lu' options_lu '$options->{l
        $self->setStory_delete_memcached_by_stoid([ $stoid ]);
 
        if ($constants->{plugin}{FireHose} && @fh_update_fields > 0) {
-               my $firehose = $self->getObject("Slash::FireHose");
+                my $firehose = $self->getObject("Slash::FireHose");
                $firehose->updateItemFromStory($stoid);
        }