diff --git a/src/Model/Item.php b/src/Model/Item.php index 1c0b11db4a..a39093d785 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -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',