]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/GNUsocialPhotos/actions/photo.php
Pictures/albums in floating divs
[quix0rs-gnu-social.git] / plugins / GNUsocialPhotos / actions / photo.php
index 663d75a7345c48f8d1b4da3582085764acd40b68..e9d87b32d7d03606ae51c9e5ed1d06e57f0a1f10 100644 (file)
@@ -50,7 +50,7 @@ class PhotoAction extends Action
 
         $this->user = Profile::staticGet('id', $this->notice->profile_id);
         
-        $notices = Notice::conversationStream((int)$this->notice->conversation, null, null); //Why do I have to do -1?
+        $notices = Notice::conversationStream((int)$this->notice->conversation, null, null); 
         $this->conversation = new ConversationTree($notices, $this);
         return true;