File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -780,11 +780,6 @@ def default(self):
780780 Log .info (self , "HHVM is allready enabled for given "
781781 "site" )
782782
783- if self .app .pargs .pagespeed or self .app .pargs .hhvm :
784- if ((hhvm is old_hhvm ) and (pagespeed is old_pagespeed ) and
785- (stype == oldsitetype and cache == oldcachetype )):
786- self .app .close (0 )
787-
788783 if data and (not self .app .pargs .hhvm ):
789784 if old_hhvm is True :
790785 data ['hhvm' ] = True
@@ -801,6 +796,11 @@ def default(self):
801796 data ['pagespeed' ] = False
802797 pagespeed = False
803798
799+ if self .app .pargs .pagespeed or self .app .pargs .hhvm :
800+ if ((hhvm is old_hhvm ) and (pagespeed is old_pagespeed ) and
801+ (stype == oldsitetype and cache == oldcachetype )):
802+ self .app .close (0 )
803+
804804 if not data :
805805 Log .error (self , " Cannot update {0}, Invalid Options"
806806 .format (ee_domain ))
You can’t perform that action at this time.
0 commit comments