Skip to content

Commit

Permalink
fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Denitz committed Sep 22, 2023
1 parent 0423020 commit e703081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Language/Multilanguage.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static function getSiteHomePages()

// Get all site homepages.
/** @var SiteMenu $menu */
$menu = Factory::getApplication()->getMenu('site');
$menu = Factory::getApplication()->getMenu('site');
$items = $menu->getItems(['home', 'language', 'access'], [1, null, null]);

foreach ($items as $item) {
Expand Down

0 comments on commit e703081

Please sign in to comment.