mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-03 15:17:22 +00:00
Make language string available to modal Fixes #295
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
This commit is contained in:
parent
e9c6b2e760
commit
9a14a7ed5a
@ -14,7 +14,8 @@ use Joomla\CMS\Language\Text;
|
||||
|
||||
HTMLHelper::_('jquery.framework');
|
||||
HTMLHelper::_('behavior.core');
|
||||
HTMLHelper::_('script', 'com_patchtester/fetcher.js', array('version' => 'auto', 'relative' => true));
|
||||
HTMLHelper::_('script', 'com_patchtester/fetcher.js', ['version' => 'auto', 'relative' => true]);
|
||||
Text::script('COM_PATCHTESTER_FETCH_AN_ERROR_HAS_OCCURRED');
|
||||
|
||||
?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user