Changeset 5512

Show
Ignore:
Timestamp:
05/22/07 19:53:33 (1 year ago)
Author:
markjaquith
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/xmlrpc.php

    r5452 r5512  
    11511151        } 
    11521152 
    1153         $post_author = $user->ID
     1153        $post_author = $postdata["post_author"]
    11541154 
    11551155        // Only set the post_author if one is set.