We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ba097a + 9bb9790 commit e99dfb5Copy full SHA for e99dfb5
1 file changed
lib/Migration/EditorHint.php
@@ -46,7 +46,7 @@ public function getName() {
46
}
47
48
public function run(IOutput $output) {
49
- $appVersion = $this->config->getAppValue('text', 'installed_version');
+ $appVersion = $this->config->getAppValue('notes', 'installed_version');
50
51
if (!$appVersion || version_compare($appVersion, '4.7.0') !== -1) {
52
return;
0 commit comments