summaryrefslogtreecommitdiff
path: root/modules/info/views
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-07-21 19:40:48 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-07-21 19:40:48 -0600
commit63511316be51f193d37c4f3b9dd3455a9ab60de8 (patch)
tree74986ed982d37b06256d5d2501d609314ba52e4e /modules/info/views
parent7f9e71d8cdcf99267adc2b4a6332e379a0fca0fc (diff)
parentf533aee1cc71e8db739406859ac0cf43dce030ec (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/info/views')
-rw-r--r--modules/info/views/info_block.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/info/views/info_block.html.php b/modules/info/views/info_block.html.php
index 9f544376..f86ae39d 100644
--- a/modules/info/views/info_block.html.php
+++ b/modules/info/views/info_block.html.php
@@ -26,9 +26,9 @@
<li>
<strong class="caption"><?= t("Owner:") ?></strong>
<? if ($item->owner->url): ?>
- <a href="<?= $item->owner->url ?>"><?= p::clean($item->owner->full_name) ?></a>
+ <a href="<?= $item->owner->url ?>"><?= p::clean($item->owner->display_name()) ?></a>
<? else: ?>
- <?= p::clean($item->owner->name) ?>
+ <?= p::clean($item->owner->display_name()) ?>
<? endif ?>
</li>
<? endif ?>