Index: src/wp-admin/includes/class-wp-community-events.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/src/wp-admin/includes/class-wp-community-events.php b/src/wp-admin/includes/class-wp-community-events.php
--- a/src/wp-admin/includes/class-wp-community-events.php	(revision b316c8b25fc71920d89ee37ee26609a77b2a305a)
+++ b/src/wp-admin/includes/class-wp-community-events.php	(date 1654844570858)
@@ -352,7 +352,8 @@
 	 *                     on success, false on failure.
 	 */
 	public function get_cached_events() {
-		$cached_response = get_site_transient( $this->get_events_transient_key( $this->user_location ) );
+		$cached_response = get_site_transient( $this->get_events_transient_key( $this->user_location ) )
+			? get_site_transient( $this->get_events_transient_key( $this->user_location ) ) : false;
 
 		if ( isset( $cached_response['events'] ) ) {
 			$cached_response['events'] = $this->trim_events( $cached_response['events'] );
