diff --git a/lib/CF/Controller/Posts.pm b/lib/CF/Controller/Posts.pm index 9d81960e81a04aaddbec66f158776259e55f6ba4..c7f0d8da5f3fc0c8c07c961118616c4b16f65410 100644 --- a/lib/CF/Controller/Posts.pm +++ b/lib/CF/Controller/Posts.pm @@ -55,7 +55,7 @@ sub get ($c) { } foreach my $history ( $post->history() ) { - push @{ $formatted->{historyLog} }, { + push @{ $formatted->{history_log} }, { attribute => 'content', value => $history->content, datetime => $history->datetime,