diff --git a/lib/gallery.php b/lib/gallery.php index 17c9919326..fa79be8e38 100644 --- a/lib/gallery.php +++ b/lib/gallery.php @@ -66,7 +66,7 @@ class GalleryAction extends Action { NULL, $profile, array($this, 'show_top')); - $this->display_links(profile, $page, $display); + $this->display_links($profile, $page, $display); $this->show_gallery($profile, $page, $display); common_show_footer();