Skip to content

Commit d66a120

Browse files
committed
fix(install): resync not needed in upgrade to 2.13.4
1 parent 61122bc commit d66a120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade_to_2.13.4.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class PluginFormcreatorUpgradeTo2_13_4 {
3333
protected $migration;
3434

3535
public function isResyncIssuesRequired() {
36-
return true;
36+
return false;
3737
}
3838

3939
/**

0 commit comments

Comments
 (0)