From: Evan Prodromou Date: Mon, 12 Nov 2012 02:34:40 +0000 (-0500) Subject: Bad caching parameter X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e2680b1f139756f81ea71eee5862819a4c98eb37;p=quix0rs-gnu-social.git Bad caching parameter --- diff --git a/lib/filenoticestream.php b/lib/filenoticestream.php index fba6183fc2..6dd5a84ff0 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:'.$this->file->id), $profile); } }