From e2680b1f139756f81ea71eee5862819a4c98eb37 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 11 Nov 2012 21:34:40 -0500 Subject: [PATCH] Bad caching parameter --- lib/filenoticestream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }