Browse Source

fixed bug updating to php site

bugfixes
harshadyeola 10 years ago
parent
commit
aef4722845
  1. 2
      ee/cli/plugins/site.py

2
ee/cli/plugins/site.py

@ -887,7 +887,7 @@ class EESiteUpdateController(CementBaseController):
" http://{0}".format(ee_domain))
return 0
if 'ee_db_name' in data.keys() and not data['wp']:
if data['ee_db_name'] and not data['wp']:
try:
data = setupdatabase(self, data)
except SiteError as e:

Loading…
Cancel
Save