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 0c7b3f8 commit 2b83052Copy full SHA for 2b83052
BlogEngine/BlogEngine.NET/setup/upgrade/Updater.asmx
@@ -237,7 +237,7 @@ public class Updater : WebService {
237
// in version 3.3.0.0 widgets framework updated
238
// and no longer compatible. delete for lesser versions
239
int version = int.Parse(BlogSettings.Instance.Version().Replace(".", ""));
240
- if (version <= 3300)
+ if (version < 3300)
241
{
242
DeleteDir("\\App_Data\\datastore\\widgets");
243
}
0 commit comments