@ -942,6 +942,23 @@ class EESiteUpdateController(CementBaseController):
data['multisite'] = True
data['wpsubdir'] = False
if cache == 'basic':
data['w3tc'] = False
data['wpfc'] = False
data['wpsc'] = False
elif cache == 'w3tc':
data['w3tc'] = True
elif cache == 'wpfc':
data['wpfc'] = True
elif cache == 'wpsc':
data['wpsc'] = True
if self.app.pargs.hhvm == 'on':
data['hhvm'] = True
else: