Skip to content

Commit

Permalink
Fix plugin tranlations loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Rom1-B authored and cedric-anne committed Jan 13, 2025
1 parent b83954a commit 4f09de4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Glpi/Kernel/ListenersPriority.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ final class ListenersPriority
KernelListener\InitializeDbConnection::class => 180,
KernelListener\InitializeCache::class => 170,
KernelListener\LoadLegacyConfiguration::class => 160,
KernelListener\CustomObjectsAutoloaderRegistration::class => 150,
KernelListener\InitializePlugins::class => 140,
KernelListener\CustomObjectsBootstrap::class => 130,
KernelListener\LoadLanguage::class => 120,
KernelListener\LoadLanguage::class => 150,
KernelListener\CustomObjectsAutoloaderRegistration::class => 140,
KernelListener\InitializePlugins::class => 130,
KernelListener\CustomObjectsBootstrap::class => 120,
];

public const REQUEST_LISTENERS_PRIORITIES = [
Expand Down
Empty file.
Empty file.

0 comments on commit 4f09de4

Please sign in to comment.