]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Item.php
Merge pull request #6028 from annando/issue-5913
[friendica.git] / src / Model / Item.php
index 77828273bc7f27b159665194ad97ccdeb147c69d..e7358a776e8412b0a9f2be4c712e43ddb136ae0c 100644 (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',