Skip to content

Commit

Permalink
Minor Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed May 28, 2021
1 parent 11de5b4 commit 47c9b8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/bbcodes_installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ protected function get_acp_bbcodes()
{
if (!class_exists('acp_bbcodes'))
{
include ($this->phpbb_root_path . 'includes/acp/acp_bbcodes.' . $this->php_ext);
include $this->phpbb_root_path . 'includes/acp/acp_bbcodes.' . $this->php_ext;
}

return new \acp_bbcodes();
Expand Down
2 changes: 1 addition & 1 deletion styles/all/template/abbc3_posting_buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
break;

case 'pipes':
bbwizard('{{ UA_ABBC3_PIPES_WIZARD }}');
bbwizard('{{ UA_ABBC3_PIPES_WIZARD }}', bbcode);
break;

default:
Expand Down
2 changes: 1 addition & 1 deletion styles/all/template/js/abbc3.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 47c9b8d

Please sign in to comment.