diff --git a/Theme/Backend/media-single.tpl.php b/Theme/Backend/media-single.tpl.php
index 1db8b51..287ceb1 100755
--- a/Theme/Backend/media-single.tpl.php
+++ b/Theme/Backend/media-single.tpl.php
@@ -46,7 +46,7 @@ echo $this->getData('nav')->render();
| = $this->getHtml('Name'); ?> | = $this->printHtml($media->getName()); ?>
|
| = $this->getHtml('Size'); ?> | = $this->printHtml($media->getSize()); ?>
|
| = $this->getHtml('Created'); ?> | = $this->printHtml($media->getCreatedAt()->format('Y-m-d')); ?>
- |
| = $this->getHtml('Creator'); ?> | = $this->printHtml($media->getCreatedBy()->getName1()); ?>
+ |
| = $this->getHtml('Creator'); ?> | = $this->printHtml($media->getCreatedBy()->getName2() . ', ' . $media->getCreatedBy()->getName1()); ?>
|
| = $this->getHtml('Description'); ?>
|
| = $media->getDescription(); ?>
|