Skip to content

Commit

Permalink
Issue techjoomla#27 fix: Wrong path for log file in Adaptive Paypal P…
Browse files Browse the repository at this point in the history
…lugin in backend where we see logs configuration.
  • Loading branch information
sagarch committed Oct 28, 2017
1 parent 08671c3 commit c4700e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paypal_adaptive_payment/elements/logfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ protected function getInput()
$hint = $this->hint;
}

$logFilePath = JRoute::_(JUri::root(true) . 'plugins/payment/adaptive_paypal/adaptive_paypal/logBeforePayment_' . $hint . '.log');
$logFilePath = JRoute::_(JUri::root(true) . '/plugins/payment/adaptive_paypal/adaptive_paypal/logBeforePayment_' . $hint . '.log');
$return = '<div style="clear:both"><a href="' . $logFilePath.'">' . $hint . 'log file</a> <br></div>';
return $return;
}
Expand Down

0 comments on commit c4700e3

Please sign in to comment.