mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 18:43:49 +00:00
Fixing minor issue with widget api and removing homepage menu
This commit is contained in:
@@ -269,7 +269,7 @@ abstract class AbstractWidgetsCompilerPass implements CompilerPassInterface
|
||||
return $this->cacheAndGetOrdering($place, $ordering + 1);
|
||||
} else {
|
||||
// cache the ordering
|
||||
$this->cacheOrdering[$place] = $ordering;
|
||||
$this->cacheOrdering[$place][] = $ordering;
|
||||
|
||||
return $ordering;
|
||||
}
|
||||
|
Reference in New Issue
Block a user