Skip to content

Commit

Permalink
Merge pull request #269 from iMattPro/updates
Browse files Browse the repository at this point in the history
Fixes for phpBB 4
  • Loading branch information
iMattPro authored Feb 24, 2024
2 parents 6b5797c + 3a1cd3d commit f41f378
Show file tree
Hide file tree
Showing 8 changed files with 670 additions and 2,511 deletions.
2 changes: 1 addition & 1 deletion modules/qi_create.php
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ public function run()
global $symfony_request, $phpbb_filesystem;

$phpbb_container = $container->get('installer.helper.container_factory');
$phpbb_dispatcher = $phpbb_container->get('dispatcher');
$phpbb_dispatcher = $phpbb_container->get(defined('PHPBB_40') ? 'event_dispatcher' : 'dispatcher');
$phpbb_log = $phpbb_container->get('log');

$request = $phpbb_container->get('request');
Expand Down
3,146 changes: 656 additions & 2,490 deletions package-lock.json

Large diffs are not rendered by default.

23 changes: 8 additions & 15 deletions scss/qi_bootstrap.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scss/qi_bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scss/qi_bootstrap.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion style/assets/css/qi_bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion style/assets/css/qi_bootstrap.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion style/assets/img/bootstrap-icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f41f378

Please sign in to comment.