diff --git a/src/Model/Item.php b/src/Model/Item.php index ebfca3108..18606e169 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -896,7 +896,7 @@ class Item * * @param integer $itemid Item ID that should be added */ - private static function addShadowPost($itemid) + public static function addShadowPost($itemid) { $item = dba::selectFirst('item', [], ['id' => $itemid]); if (!DBM::is_result($item)) {