Skip to content

Commit 3546a64

Browse files
authored
Fixed url of joomla update error help button (#40670)
1 parent e755c07 commit 3546a64

File tree

1 file changed

+1
-2
lines changed
  • administrator/components/com_joomlaupdate/tmpl/update

1 file changed

+1
-2
lines changed

administrator/components/com_joomlaupdate/tmpl/update/default.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
defined('_JEXEC') or die;
1212

1313
use Joomla\CMS\Factory;
14-
use Joomla\CMS\Help\Help;
1514
use Joomla\CMS\Language\Text;
1615
use Joomla\CMS\Router\Route;
1716
use Joomla\CMS\Uri\Uri;
@@ -55,7 +54,7 @@
5554
]
5655
);
5756

58-
$helpUrl = Help::createUrl('JHELP_COMPONENTS_JOOMLA_UPDATE', false);
57+
$helpUrl = 'https://docs.joomla.org/Special:MyLanguage/J4.x:Joomla_Update_Problems';
5958
?>
6059

6160
<div class="px-4 py-5 my-5 text-center" id="joomlaupdate-progress">

0 commit comments

Comments
 (0)