From: Evan Prodromou Date: Mon, 12 Nov 2012 02:36:42 +0000 (-0500) Subject: Still bad X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d06965603d413cd2bad6b0a5e1cc281e3cf3bb9d;p=quix0rs-gnu-social.git Still bad --- diff --git a/lib/filenoticestream.php b/lib/filenoticestream.php index 6dd5a84ff0..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->file->id), + 'file:notice-ids:'.$file->id), $profile); } }