Changeset 6710
- Timestamp:
- 02/02/08 17:57:20 (5 months ago)
- Files:
-
- branches/2.3/xmlrpc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3/xmlrpc.php
r6504 r6710 1197 1197 && ($content_struct["post_type"] == "page") 1198 1198 ) { 1199 if( !current_user_can( 'edit_page', $post_ID ) ) { 1200 return(new IXR_Error(401, __("Sorry, you do not have the right to edit this page."))); 1201 } 1202 1199 1203 $post_type = "page"; 1200 1204 }
