another fix for vhost only
This commit is contained in:
@@ -585,7 +585,7 @@ class WOSiteCreateController(CementBaseController):
|
|||||||
"and please try again")
|
"and please try again")
|
||||||
|
|
||||||
# Setup WordPress if Wordpress site
|
# Setup WordPress if Wordpress site
|
||||||
if (data['wp'] and (not data['vhostonly'])):
|
if (data['wp'] and (not self.app.pargs.vhostonly)):
|
||||||
try:
|
try:
|
||||||
wo_wp_creds = setupwordpress(self, data)
|
wo_wp_creds = setupwordpress(self, data)
|
||||||
# Add database information for site into database
|
# Add database information for site into database
|
||||||
|
|||||||
Reference in New Issue
Block a user