Skip to content

Commit e463ebe

Browse files
committed
[applications] fixed image filename ref #612
1 parent 57495d2 commit e463ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/Applications/view/applications/manage/index.recruiter.ajax.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ foreach ($this->applications as $application):
144144
<i class="yk-icon yk-icon-paperclip pull-left"></i>
145145
<div class="media-body">
146146
<a href="<?php echo $this->basePath($attachment->getUri())?>">
147-
<?php echo $attachment->getName() ?>
147+
<?php echo $attachment->getMetadata()->getName() ?>
148148
</a>
149149
</div>
150150
</li>

0 commit comments

Comments
 (0)