Skip to content

Commit

Permalink
Using url for display and route for route-URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Jun 23, 2018
1 parent a52bd58 commit 30fa0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_finder/tmpl/search/default_result.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<?php endif; ?>
<?php if ($this->params->get('show_url', 1)) : ?>
<div class="small result-url">
<?php echo $this->baseUrl, $url; ?>
<?php echo $this->baseUrl, JRoute::_($this->result->url); ?>
</div>
<?php endif; ?>
</li>

0 comments on commit 30fa0a5

Please sign in to comment.