Skip to content

Commit 2445669

Browse files
committed
wip
1 parent bd4c672 commit 2445669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/editor/tiny/plugins/collaborative/classes/change_manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function get_changes($id = 0) {
124124
])) {
125125
$changesarray[] = [
126126
'id' => $change->id,
127-
'changes' => $change->changes,
127+
'change' => $change->changes,
128128
'newcontenthash' => $change->newcontenthash
129129
];
130130
$currenthash = $change->newcontenthash;

0 commit comments

Comments
 (0)