Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
janbritz committed Sep 4, 2024
1 parent bd4c672 commit 2445669
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function get_changes($id = 0) {
])) {
$changesarray[] = [
'id' => $change->id,
'changes' => $change->changes,
'change' => $change->changes,
'newcontenthash' => $change->newcontenthash
];
$currenthash = $change->newcontenthash;
Expand Down

0 comments on commit 2445669

Please sign in to comment.