Issue 5913: Fix fatal error in "RemoveUser"

This commit is contained in:
Michael 2018-10-26 04:27:23 +00:00
parent dbfe5c9d2a
commit 348e0300a6
1 changed files with 1 additions and 1 deletions

View File

@ -974,7 +974,7 @@ class Item extends BaseObject
*
* @return boolean success
*/
private static function deleteById($item_id, $priority = PRIORITY_HIGH)
public static function deleteById($item_id, $priority = PRIORITY_HIGH)
{
// locate item to be deleted
$fields = ['id', 'uri', 'uid', 'parent', 'parent-uri', 'origin',