mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed plugin's details modal window;
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user