Bad caching parameter

This commit is contained in:
Evan Prodromou 2012-11-11 21:34:40 -05:00
parent edf2879021
commit e2680b1f13

View File

@ -42,7 +42,7 @@ class FileNoticeStream extends ScopingNoticeStream
$profile = Profile::current(); $profile = Profile::current();
} }
parent::__construct(new CachingNoticeStream(new RawFileNoticeStream($file), parent::__construct(new CachingNoticeStream(new RawFileNoticeStream($file),
'file:notice-ids:'.$this->url), 'file:notice-ids:'.$this->file->id),
$profile); $profile);
} }
} }