Fix dns variable
This commit is contained in:
@@ -1210,11 +1210,6 @@ class WOSiteUpdateController(CementBaseController):
|
|||||||
data['basic'] = False
|
data['basic'] = False
|
||||||
cache = 'wpredis'
|
cache = 'wpredis'
|
||||||
|
|
||||||
if pargs.dns == "do":
|
|
||||||
dns_cf = False
|
|
||||||
else:
|
|
||||||
dns_cf = True
|
|
||||||
|
|
||||||
if (php73 is old_php73) and (stype == oldsitetype and
|
if (php73 is old_php73) and (stype == oldsitetype and
|
||||||
cache == oldcachetype):
|
cache == oldcachetype):
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user