Prevent current author from claiming authorship of posts from other authors when editing via desktop client. Props Erik Barzeski. fixes #4315 for 2.2

git-svn-id: http://svn.automattic.com/wordpress/branches/2.2@5512 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2007-05-22 19:53:33 +00:00
parent 2045553de4
commit 3c0b16429e
1 changed files with 1 additions and 1 deletions

View File

@ -1150,7 +1150,7 @@ class wp_xmlrpc_server extends IXR_Server {
$menu_order = $content_struct["wp_page_order"];
}
$post_author = $user->ID;
$post_author = $postdata["post_author"];
// Only set the post_author if one is set.
if(