tweak httpFoundation cache part for compatibility with

Thelia\HttpFoundation part
This commit is contained in:
Manuel Raynaud
2013-10-06 19:30:58 +02:00
parent 6a80dde83b
commit 64c5991838
6 changed files with 126 additions and 23 deletions

View File

@@ -63,8 +63,6 @@ class ModuleActivateCommand extends BaseModuleGenerate
}
try {
new \TheliaDebugBar\TheliaDebugBar();
$moduleReflection = new \ReflectionClass($module->getFullNamespace());
$moduleInstance = $moduleReflection->newInstance();