diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-03 13:03:47 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-03 13:03:47 -0400 |
commit | 7816e4122a1e9edb241c009b800714e31db5c356 (patch) | |
tree | ffb4cd019ed79bdd62ac23b60356c1acc0b722b3 /lib/gallery.php | |
parent | 121b7e60b491ecc01634d275f6b234f2cb628f01 (diff) |
add a display url function to display URLs
darcs-hash:20080703170347-84dde-1ba2e178dd4051aa63e4073e472c73240e3d9fe8.gz
Diffstat (limited to 'lib/gallery.php')
-rw-r--r-- | lib/gallery.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gallery.php b/lib/gallery.php index 4bc7baf5d..f227c93d2 100644 --- a/lib/gallery.php +++ b/lib/gallery.php @@ -100,7 +100,7 @@ class GalleryAction extends Action { $avatar = $other->getAvatar(AVATAR_STREAM_SIZE); common_element('img', array('src' => - (($avatar) ? $avatar->url : + (($avatar) ? common_avatar_display_url($avatar) : common_default_avatar(AVATAR_STREAM_SIZE)), 'width' => AVATAR_STREAM_SIZE, 'height' => AVATAR_STREAM_SIZE, |