Skip to content
Code-Schnipsel Gruppen Projekte
Commit 43ace3de erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

refactor: correct typo

Übergeordneter 456dcab2
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
2 Merge Requests!34Update 'next-4.x' with latest changes from 'main',!33Next 3.x
Pipeline-Nr. 11992 bestanden
......@@ -91,15 +91,15 @@ public static function onQuiqqerMenuIndependentClear($menuId): void
*/
public static function onQuiqqerTemplateBodyEnd(Collector $Collector, QUI\Template $Template): void
{
$Projekt = $Template->getAttribute('Project');
$menuId = intval($Projekt->getConfig('floatingMenu.settings.menuId'));
$Project = $Template->getAttribute('Project');
$menuId = intval($Project->getConfig('floatingMenu.settings.menuId'));
if (!$menuId) {
return;
}
$showLandSwitch = $Projekt->getConfig('floatingMenu.settings.showLangSwitch');
$toggleButton = $Projekt->getConfig('floatingMenu.settings.toggleButton');
$showLandSwitch = $Project->getConfig('floatingMenu.settings.showLangSwitch');
$toggleButton = $Project->getConfig('floatingMenu.settings.toggleButton');
// todo - showToggleButton works not correctly in FloatedNav
$toggleButton = 'mobile';
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren