X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FNotice.php;h=adcc25973c5a093b8a24462f0d61bd97181a4945;hb=2892f70d18065e1478c729f2de96218c9500e2df;hp=ce6464c1579ac48e09703e91185788fc8a3d6b93;hpb=4f01bcaf52dd559f0cb7e5c2504c10bfbb102901;p=quix0rs-gnu-social.git diff --git a/classes/Notice.php b/classes/Notice.php index ce6464c157..adcc25973c 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -507,7 +507,7 @@ class Notice extends Managed_DataObject if (empty($verb)) { if (!empty($notice->repeat_of)) { $notice->verb = ActivityVerb::SHARE; - $notice->object_type = ActivityVerb::ACTIVITY; + $notice->object_type = ActivityObject::ACTIVITY; } else { $notice->verb = ActivityVerb::POST; }