﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
15181,Main blog in multisite wp 3.0 reading from wrong table,micke021,,"The main blog editor will load content from a subblog if a post or page with the same id as a post in the main blog exists in a subblog. 
The call to get_post_to_edit() in wp-admin/post.php doesn't return the correct post.

A quick fix resolved the problem:
431 in post.php -> $post = get_blog_post($wpdb->blogid, $id, OBJECT, 'edit' );

",defect (bug),closed,normal,,Multisite,,critical,worksforme,reporter-feedback,
