Skip to content

Commit

Permalink
Fix path to file
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Mar 3, 2019
1 parent 2b40945 commit 141a542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/joomla/toolbar/basic.php
Expand Up @@ -12,7 +12,7 @@
use Joomla\CMS\HTML\HTMLHelper;

HTMLHelper::_('behavior.core');
HTMLHelper::_('webcomponent', 'system/fields/joomla-toolbar-button.min.js', ['relative' => true, 'version' => 'auto', 'detectDebug' => true]);
HTMLHelper::_('webcomponent', 'system/joomla-toolbar-button.min.js', ['relative' => true, 'version' => 'auto', 'detectDebug' => true]);

/**
* @var int $id
Expand Down

0 comments on commit 141a542

Please sign in to comment.