From 939d9a09056262d3a246f66339afde51f4e77298 Mon Sep 17 00:00:00 2001 From: Leo Feyer Date: Thu, 30 Aug 2018 11:26:35 +0200 Subject: [PATCH] Also activate the installation bundle --- contao/installation-bundle/4.6/manifest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contao/installation-bundle/4.6/manifest.json b/contao/installation-bundle/4.6/manifest.json index e164c6e6..f14e39e9 100644 --- a/contao/installation-bundle/4.6/manifest.json +++ b/contao/installation-bundle/4.6/manifest.json @@ -1,4 +1,7 @@ { + "bundles": { + "Contao\\InstallationBundle\\ContaoInstallationBundle": ["all"] + }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }