X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Ffilenoticestream.php;h=f7bca1ed68e52ec1e7092e62c2267a65002cffad;hb=9ea57e5cb2622a8fc86c0cdd2cb6e73c0219fa51;hp=fba6183fc22c98d84c6d735731cd91ce98952c7b;hpb=cb183359e23ae7a5cfb483fa06c6c4b7a8b05fff;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); } }