Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
[Fix] #882 broken extras module link in RSS check
Browse files Browse the repository at this point in the history
#882 OutdatedExtrasCheck - broken extras module link in RSS check
  • Loading branch information
Nicola1971 authored Nov 4, 2018
1 parent c283888 commit 24eaa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/plugins/extrascheck/CheckOutdated.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public function rss($key, $options)
'<b>[+settings_config+] > [%' . $key . '_title%]</b> ' .
'([+oldUrl+]) [%outdated%]. ' .
'[%please_download_and_install%] <b>UpdateEvoRss</b> [%from%]' .
' <a target="main" href="index.php?a=112&id=[+ExtrasID+]">[%extras_module%]</a>' .
' <a target="main" href="index.php?a=112&id=[+extrasID+]">[%extras_module%]</a>' .
'</div>';

$out = $this->parseTemplate(
Expand Down

0 comments on commit 24eaa5a

Please sign in to comment.