Skip to content

Commit 599b683

Browse files
committed
Bugfix Factory Settings
1 parent 6f9ddd8 commit 599b683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tootpress_database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function tootpress_clear_data() {
110110

111111
function tootpress_restore_factory_settings() {
112112

113-
update_option('tootpress_plugin_version', "1");
113+
update_option('tootpress_plugin_version', "4");
114114
update_option('tootpress_database_version', "1");
115115
update_option('tootpress_active', "1");
116116
update_option('tootpress_mastodon_instance',"");

0 commit comments

Comments
 (0)