Skip to content

Commit

Permalink
Social: Fix connection services list crash on simple sites (#38954)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzoorwanijk authored Aug 19, 2024
1 parent 37bbe9b commit cfbf5f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Social: Fixed connection services list crash on simple sites
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public static function get_admin_script_data() {
$basic_data = array(
'is_publicize_enabled' => Utils::is_publicize_active(),
'feature_flags' => self::get_feature_flags(),
'supported_services' => array(),
);

if ( ! Utils::is_publicize_active() || ! Utils::is_connected() ) {
Expand Down

0 comments on commit cfbf5f0

Please sign in to comment.