]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Item.php
Merge pull request #4766 from MrPetovan/task/4721-group-button-color
[friendica.git] / src / Model / Item.php
index efcf05ad6afc9ad2ca2a275f2d91d1e3df657786..bdb85af44141e28f5bad05507af81338283ce1a0 100644 (file)
@@ -29,7 +29,6 @@ use Text_LanguageDetect;
 require_once 'boot.php';
 require_once 'include/items.php';
 require_once 'include/text.php';
-require_once 'include/event.php';
 
 class Item extends BaseObject
 {
@@ -98,7 +97,7 @@ class Item extends BaseObject
         * @param integer $item_id Item ID that should be delete
         * @param integer $priority Priority for the notification
         *
-        * @return $boolean success
+        * @return boolean success
         */
        public static function deleteById($item_id, $priority = PRIORITY_HIGH)
        {
@@ -153,7 +152,7 @@ class Item extends BaseObject
 
                // If item is a link to an event, delete the event.
                if (intval($item['event-id'])) {
-                       event_delete($item['event-id']);
+                       Event::delete($item['event-id']);
                }
 
                // If item has attachments, drop them