| @@ -34,9 +34,8 @@ | ||
| 34 | 34 | } |
| 35 | 35 | |
| 36 | 36 | $v_2_1_16 = ExtraSettings::instance()->get_option( 'template_settings_migration_v_2_1_16', false ); |
| 37 | 37 | if ( ! $v_2_1_16 ) { |
| 38 | - // error_log( print_r( $v_2_1_16 , true) . "\n\n", 3, __DIR__ . '/log.txt' ); | |
| 39 | 38 | self::template_settings_migration_plugin_v_2_1_16(); |
| 40 | 39 | ExtraSettings::instance()->set_option( 'template_settings_migration_v_2_1_16', RTSB_VERSION ); |
| 41 | 40 | return; |
| 42 | 41 | } |