]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/GNUsocialPhotos/actions/photo.php
Improved nav bar
[quix0rs-gnu-social.git] / plugins / GNUsocialPhotos / actions / photo.php
index 6a77a59ed3d79ee0ca55fd80b4b60aa1447de0a8..5eb91cbe68bf25246f82e8b9440239d107ee0aa3 100644 (file)
@@ -77,7 +77,7 @@ class PhotoAction extends Action
 
     function showLocalNav()
     {
-        $nav = new GNUsocialPhotoNav($this);
+        $nav = new GNUsocialPhotoNav($this, $this->user->nickname);
         $nav->show();
     }