Still bad

This commit is contained in:
Evan Prodromou 2012-11-11 21:36:42 -05:00
parent e2680b1f13
commit d06965603d
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}