| @@ -59,9 +59,8 @@ | ||
| 59 | 59 | 'public_key' => $fs->get_public_key(), |
| 60 | 60 | 'plugin_version' => $fs->get_plugin_version(), |
| 61 | 61 | 'mode' => 'dashboard', |
| 62 | 62 | 'trial' => fs_request_get_bool( 'trial' ), |
| 63 | - 'is_ms' => ( fs_is_network_admin() && $fs->is_network_active() ), | |
| 64 | 63 | ); |
| 65 | 64 | |
| 66 | 65 | $plan_id = fs_request_get( 'plan_id' ); |
| 67 | 66 | if ( FS_Plugin_Plan::is_valid_id( $plan_id ) ) { |
| @@ -277,10 +276,9 @@ | ||
| 277 | 276 | }); |
| 278 | 277 | |
| 279 | 278 | FS.PostMessage.receiveOnce('pending_activation', function (data) { |
| 280 | 279 | var requestData = { |
| 281 | - user_email : data.user_email, | |
| 282 | - support_email_address: data.support_email_address | |
| 280 | + user_email: data.user_email | |
| 283 | 281 | }; |
| 284 | 282 | |
| 285 | 283 | if (true === data.auto_install) |
| 286 | 284 | requestData.auto_install = true; |
| @@ -285,12 +283,11 @@ | ||
| 285 | 283 | if (true === data.auto_install) |
| 286 | 284 | requestData.auto_install = true; |
| 287 | 285 | |
| 288 | 286 | $.form('<?php echo fs_nonce_url( $fs->_get_admin_page_url( 'account', array( |
| 289 | - 'fs_action' => $fs->get_unique_affix() . '_activate_new', | |
| 290 | - 'plugin_id' => $plugin_id, | |
| 291 | - 'pending_activation' => true, | |
| 292 | - 'has_upgrade_context' => true, | |
| 287 | + 'fs_action' => $fs->get_unique_affix() . '_activate_new', | |
| 288 | + 'plugin_id' => $plugin_id, | |
| 289 | + 'pending_activation' => true, | |
| 293 | 290 | ) ), $fs->get_unique_affix() . '_activate_new' ) ?>', requestData).submit(); |
| 294 | 291 | }); |
| 295 | 292 | |
| 296 | 293 | FS.PostMessage.receiveOnce('get_context', function () { |