29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-25 14:53:01 +00:00

Fix undefined function

This commit is contained in:
wilsonge 2021-06-01 00:59:50 +01:00
parent 04336c3ae1
commit 8117778428
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04

View File

@ -201,7 +201,7 @@ HTMLHelper::_('behavior.formvalidator');
<p>
<a href="#"
class="btn btn-primary"
onclick="return Install.goToPage('remove');">
onclick="return Joomla.goToPage('remove');">
<span class="icon-arrow-left icon-white" aria-hidden="true"></span>
<?php echo Text::_('INSTL_LANGUAGES_WARNING_BACK_BUTTON'); ?>
</a>