diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-19 11:49:01 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-19 11:49:01 -0800 |
commit | f062cc5e1acddfb1bf2b65a55ada7ab873c84aef (patch) | |
tree | 14be413df53a651499e55bfe714c8678ecfefbef /modules/gallery/helpers | |
parent | 10c06989493bdded5f15880baadbc93c5d8ee296 (diff) | |
parent | d388e4bb868602f293b73918981bee1de6176a24 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/helpers')
-rw-r--r-- | modules/gallery/helpers/gallery_event.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php index faf1c0c6..36f91142 100644 --- a/modules/gallery/helpers/gallery_event.php +++ b/modules/gallery/helpers/gallery_event.php @@ -413,7 +413,7 @@ class gallery_event_Core { $fields = array("name" => t("Name"), "locale" => t("Language Preference"), "email" => t("Email"), "full_name" => t("Full name"), "url" => "Web site"); - if (!$data->display_all) { + if (!$data->user->guest) { $fields = array("name" => t("Name"), "full_name" => t("Full name"), "url" => "Web site"); } $v->user_profile_data = array(); |