]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/filenoticestream.php
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / lib / filenoticestream.php
index fba6183fc22c98d84c6d735731cd91ce98952c7b..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->url),
+                                                    'file:notice-ids:'.$file->id),
                             $profile);
     }
 }