Index: plugin-install.php
===================================================================
--- plugin-install.php	(revision 14227)
+++ plugin-install.php	(working copy)
@@ -74,7 +74,7 @@
 	$tags = plugins_api('hot_tags', $args);
 
 	if ( is_wp_error($tags) )
-		return $tags;
+		return false;
 
 	$cache = (object) array('timeout' => time(), 'cached' => $tags);
 
