We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4c672 commit 2445669Copy full SHA for 2445669
lib/editor/tiny/plugins/collaborative/classes/change_manager.php
@@ -124,7 +124,7 @@ public function get_changes($id = 0) {
124
])) {
125
$changesarray[] = [
126
'id' => $change->id,
127
- 'changes' => $change->changes,
+ 'change' => $change->changes,
128
'newcontenthash' => $change->newcontenthash
129
];
130
$currenthash = $change->newcontenthash;
0 commit comments