new version
This commit is contained in:
@@ -261,7 +261,6 @@ class GF_System_Report {
|
||||
* @uses GFUpgrade::upgrade()
|
||||
*/
|
||||
private static function maybe_process_action() {
|
||||
global $wpdb;
|
||||
|
||||
switch ( rgpost( 'gf_action' ) ) {
|
||||
|
||||
@@ -272,7 +271,7 @@ class GF_System_Report {
|
||||
|
||||
$previous_db_version = $versions['previous_db_version'];
|
||||
|
||||
if ( version_compare( $previous_db_version, '2.3-beta-1', '<' ) && GFCommon::table_exists( $wpdb->prefix . 'rg_form' ) ) {
|
||||
if ( version_compare( $previous_db_version, '2.3-beta-1', '<' ) ) {
|
||||
|
||||
$status = get_option( 'gform_upgrade_status' );
|
||||
|
||||
|
||||
0
includes/system-status/js/clipboard.min.js
vendored
Normal file → Executable file
0
includes/system-status/js/clipboard.min.js
vendored
Normal file → Executable file
Reference in New Issue
Block a user