Index: wp-includes/ms-functions.php
===================================================================
--- wp-includes/ms-functions.php	(revision 22842)
+++ wp-includes/ms-functions.php	(working copy)
@@ -1997,10 +1997,7 @@
 	if ( get_site_option( 'upload_space_check_disabled' ) )
 		return true;
 
-	if ( !( $space_allowed = get_upload_space_available() ) )
-		return false;
-
-	return true;
+	return (bool) get_upload_space_available();
 }
 
 /**
