diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-04-13 16:35:22 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-04-13 16:35:22 -0700 |
commit | a965e8a7bb94d8ac870fd6b773a3aa7949db960a (patch) | |
tree | dc6304801ac375ec8be72ec761dab1ab67feb5e1 /actions/photos/image | |
parent | d5ac522fcfd83c07c9eb879b6d7389be1b5c6dc2 (diff) | |
download | elgg-a965e8a7bb94d8ac870fd6b773a3aa7949db960a.tar.gz elgg-a965e8a7bb94d8ac870fd6b773a3aa7949db960a.tar.bz2 |
Using the original file name for photo title if none is specified.
Diffstat (limited to 'actions/photos/image')
-rw-r--r-- | actions/photos/image/tag.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/photos/image/tag.php b/actions/photos/image/tag.php index 20f476944..e623bd546 100644 --- a/actions/photos/image/tag.php +++ b/actions/photos/image/tag.php @@ -92,7 +92,7 @@ if ($annotation_id) { elgg_echo('tidypics:tag:subject'), sprintf( elgg_echo('tidypics:tag:body'), - $image->title, + $image->getTitle(), $tagger->name, $image->getURL() ) |