- fixed plugin's details modal window;

This commit is contained in:
nikitozzzzzzz
2017-10-10 14:23:14 +03:00
parent 30f8c09512
commit 673f72184a
+2 -1
View File
@@ -278,7 +278,8 @@ if ( ! class_exists( 'Plugin_Updater' ) ) {
$_data = json_decode( $api_request_transient );
}
$_data->sections = (array)$_data->sections;
if ( isset( $_data->sections ) )
$_data->sections = (array)$_data->sections;
return $_data;
}