[-] FO : fixed cache management conflict for packed product #PSCFV-3294

This commit is contained in:
dMetzger
2012-08-10 14:26:15 +00:00
parent 1defd9f07a
commit 30fa5a5551
3 changed files with 4 additions and 1 deletions

View File

@@ -370,6 +370,7 @@ abstract class InstallControllerHttp
die(Tools::jsonEncode(array(
'success' => (bool)$success,
'message' => $message,
// 'memory' => round(memory_get_peak_usage()/1024/1024, 2).' Mo',
)));
}