diff --git a/core/plugin_api.php b/core/plugin_api.php index 2d5f1eb6c0..ce58885d15 100644 --- a/core/plugin_api.php +++ b/core/plugin_api.php @@ -699,6 +699,12 @@ function plugin_upgrade( MantisPlugin $p_plugin ) { } break; + case null: + # No-op upgrade step + $t_sqlarray = false; + $t_status = 2; + break; + default: $t_sqlarray = call_user_func_array( array( $t_dict, $t_schema[$i][0] ),