new version

This commit is contained in:
Almira Krdzic
2018-08-06 15:32:55 +02:00
parent d86f748bc6
commit 3da7e559dd
73 changed files with 256 additions and 286 deletions

View File

@@ -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
View File