- fix upgrade to 2.1.5

This commit is contained in:
ashubawork
2020-03-18 12:26:28 +02:00
parent 4e604cad3f
commit 4609f435fc
+1 -1
View File
@@ -14,7 +14,7 @@
nonce: um_admin_scripts.nonce
},
success: function( response ) {
if ( typeof response.data.count != 'undefined' ) {
if ( typeof response.data.message != 'undefined' ) {
um_add_upgrade_log( response.data.message );
//switch to the next package
um_run_upgrade();