Changeset 1194
- Timestamp:
- 02/03/08 13:55:31 (6 months ago)
- Files:
-
- trunk/xmlrpc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/xmlrpc.php
r1172 r1194 1210 1210 && ($content_struct["post_type"] == "page") 1211 1211 ) { 1212 if( !current_user_can( 'edit_page', $post_ID ) ) { 1213 return(new IXR_Error(401, __("Sorry, you do not have the right to edit this page."))); 1214 } 1215 1212 1216 $post_type = "page"; 1213 1217 }
