]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Item.php
Rename PROTOCOL_* constants to Model\Conversation::PARCEL_*
[friendica.git] / src / Model / Item.php
index 3fe69fb12793dbce4a62710d6ccd0ec5ec1ba3d1..226a6f651218783abd57322ac88ffcf3dfa55feb 100644 (file)
@@ -1239,7 +1239,7 @@ class Item extends BaseObject
                        $item['wall'] = 1;
                        $item['origin'] = 1;
                        $item['network'] = NETWORK_DFRN;
-                       $item['protocol'] = PROTOCOL_DFRN;
+                       $item['protocol'] = Conversation::PARCEL_DFRN;
 
                        if (is_int($notify)) {
                                $priority = $notify;