Skip to content
Snippets Groups Projects
Verified Commit 7bc1c211 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Bugfix

parent 5639a906
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ sub get ($c) { ...@@ -55,7 +55,7 @@ sub get ($c) {
} }
foreach my $history ( $post->history() ) { foreach my $history ( $post->history() ) {
push @{ $formatted->{historyLog} }, { push @{ $formatted->{history_log} }, {
attribute => 'content', attribute => 'content',
value => $history->content, value => $history->content,
datetime => $history->datetime, datetime => $history->datetime,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment