Skip to content

Commit e99dfb5

Browse files
authored
Merge pull request #1077 from nextcloud/bugfix/noid/editor-hint-version
2 parents 0ba097a + 9bb9790 commit e99dfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Migration/EditorHint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function getName() {
4646
}
4747

4848
public function run(IOutput $output) {
49-
$appVersion = $this->config->getAppValue('text', 'installed_version');
49+
$appVersion = $this->config->getAppValue('notes', 'installed_version');
5050

5151
if (!$appVersion || version_compare($appVersion, '4.7.0') !== -1) {
5252
return;

0 commit comments

Comments
 (0)