﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
14121,upload_space_check_disabled in upload_is_user_over_quota(),SergeyBiryukov,,"{{{wp-includes/ms-functions.php}}}, line 1106:
{{{
function upload_is_user_over_quota( $echo = true ) {
	if ( get_site_option( 'upload_space_check_disabled' ) )
		return true;
	...
}
}}}
I guess it's hard to exceed space quota when upload space check is disabled :) So we should return {{{false}}}.

It seems the control never gets there in this case, though.",defect (bug),closed,normal,3.1,Multisite,3.0,normal,fixed,has-patch commit,SergeyBiryukov
