Browse Source

minor update

bugfixes
harshadyeola 10 years ago
parent
commit
46315992a1
  1. 1
      ee/cli/plugins/site_functions.py

1
ee/cli/plugins/site_functions.py

@ -830,6 +830,7 @@ def detSitePar(opts):
if (cachelist[0] in ['wpfc', 'w3tc', 'wpsc']
and typelist[0] in ['html', 'php', 'mysql']):
sitetype = 'wp'
cachetype = cachelist[0]
else:
sitetype = typelist[0]
cachetype = cachelist[0]

Loading…
Cancel
Save