diff options
author | Greg Froese <greg.froese@gmail.com> | 2009-10-08 04:38:19 +0000 |
---|---|---|
committer | Greg Froese <greg.froese@gmail.com> | 2009-10-08 04:38:19 +0000 |
commit | 24f3f2f0d304254451c46a3b28a8e1f4678bc02f (patch) | |
tree | c95dc02130267e6c2d7053faf7546089c1c744b1 /views/default/tidypics/forms/edit_multi.php | |
parent | 6b00bdba17af611726eb950fb51758556694e80f (diff) | |
download | elgg-24f3f2f0d304254451c46a3b28a8e1f4678bc02f.tar.gz elgg-24f3f2f0d304254451c46a3b28a8e1f4678bc02f.tar.bz2 |
flickr integration
Diffstat (limited to 'views/default/tidypics/forms/edit_multi.php')
-rw-r--r-- | views/default/tidypics/forms/edit_multi.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/default/tidypics/forms/edit_multi.php b/views/default/tidypics/forms/edit_multi.php index 634c343bb..4c4a111f5 100644 --- a/views/default/tidypics/forms/edit_multi.php +++ b/views/default/tidypics/forms/edit_multi.php @@ -17,6 +17,7 @@ $entity = get_entity($file_guid);
$guid = $entity->guid;
$body = $entity->description;
+ $title = $entity->title;
$tags = $entity->tags;
$container_guid = $entity->container_guid;
|