﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
14334	Editing other's post causing fatal error	suhanto		"I've created a post type named 'Testimony'.

I also setup capabilities for this post type:

( 
   'edit_post' => 'edit_testimony',
   'edit_posts' => 'edit_testimonies',
   // others capabilities uses 'post' as default
)

Then I add these two capabilities to admin and subscriber roles:
$role->add_cap('edit_testimony');
$role->add_cap('edit_testimonies');

Then I logged in as subscriber, seeing Testimony menu box containing menu items:
- Testimony 
- Add New

Then I click Testimony menu item to open my testimonies. But there is also an option to open All testimonies (not just mine). When I click All, I can see all testimonies written by others.

Then I tried to edit a testimony belong to other, when I click Update button, there's an error saying:

'''Fatal error: Cannot use object of type WP_Error as array in /www/myweb/wp-admin/includes/post.php on line 159'''"	defect (bug)	closed	normal		Post Types	3.0	critical	duplicate		
