summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-11-20 09:32:03 -0500
committerEvan Prodromou <evan@prodromou.name>2008-11-20 09:32:03 -0500
commit2412fde116adcc091bc55b50cd2a46aba0514e7a (patch)
tree37b0b7001e3bc7931e3673587f2633c5fc27b9e3
parentb9eb6769aeb496ba5519f11d9b6144fc62a0bec2 (diff)
forgot my dollar sign
darcs-hash:20081120143203-84dde-035efce34357338429aebb6dfbdd4da84810dc0f.gz
-rw-r--r--lib/gallery.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gallery.php b/lib/gallery.php
index 17c991932..fa79be8e3 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();