Skip to content

Commit

Permalink
pdf in messages will called by double address #5983
Browse files Browse the repository at this point in the history
  • Loading branch information
810 committed Jun 27, 2018
1 parent db80df5 commit abd630a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@


$attachment = $this->attachment;
$location = \Joomla\CMS\Uri\Uri::root() . $attachment->getUrl();
$location = $attachment->getUrl();

if (!$attachment->isPdf())
{
Expand Down

0 comments on commit abd630a

Please sign in to comment.