From: Evan Prodromou <evan@prodromou.name>
Date: Thu, 20 Nov 2008 14:32:03 +0000 (-0500)
Subject: forgot my dollar sign
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2412fde116adcc091bc55b50cd2a46aba0514e7a;p=quix0rs-gnu-social.git

forgot my dollar sign

darcs-hash:20081120143203-84dde-035efce34357338429aebb6dfbdd4da84810dc0f.gz
---

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();