]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Still bad
authorEvan Prodromou <evan@status.net>
Mon, 12 Nov 2012 02:36:42 +0000 (21:36 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 12 Nov 2012 02:36:42 +0000 (21:36 -0500)
lib/filenoticestream.php

index 6dd5a84ff0a22c40f84a2ec1f340bcdf015afe15..f7bca1ed68e52ec1e7092e62c2267a65002cffad 100644 (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);
     }
 }