This commit is contained in:
VirtuBox
2019-03-18 00:30:54 +01:00
parent 416cb15835
commit b98266bd46
2 changed files with 8 additions and 1 deletions

View File

@@ -460,7 +460,7 @@ class WOSiteCreateController(CementBaseController):
(not self.app.pargs.wpredis)):
data['basic'] = True
if (cache == 'wpredis):
if (cache == 'wpredis'):
cache = 'wpredis'
data['wpredis'] = True
data['basic'] = False