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

index fba6183fc22c98d84c6d735731cd91ce98952c7b..6dd5a84ff0a22c40f84a2ec1f340bcdf015afe15 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:'.$this->file->id),
                             $profile);
     }
 }