X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=lib%2Ffilenoticestream.php;h=f7bca1ed68e52ec1e7092e62c2267a65002cffad;hb=5e834e8119b73d88f968bffb0bcb6dd54a4d44f7;hp=fba6183fc22c98d84c6d735731cd91ce98952c7b;hpb=31b29fde50e9664e1b70064c043879ce87553883;p=quix0rs-gnu-social.git diff --git a/lib/filenoticestream.php b/lib/filenoticestream.php index fba6183fc2..f7bca1ed68 100644 --- a/lib/filenoticestream.php +++ b/lib/filenoticestream.php @@ -42,7 +42,7 @@ class FileNoticeStream extends ScopingNoticeStream $profile = Profile::current(); } parent::__construct(new CachingNoticeStream(new RawFileNoticeStream($file), - 'file:notice-ids:'.$this->url), + 'file:notice-ids:'.$file->id), $profile); } }