File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -780,7 +780,7 @@ def default(self):
780780 Log .info (self , "HHVM is allready enabled for given "
781781 "site" )
782782
783- if self .app .pargs .pagespeed and self .app .pargs .hhvm :
783+ if self .app .pargs .pagespeed or self .app .pargs .hhvm :
784784 if ((hhvm is old_hhvm ) and (pagespeed is old_pagespeed ) and
785785 (stype == oldsitetype and cache == oldcachetype )):
786786 self .app .close (0 )
@@ -1136,5 +1136,6 @@ def load(app):
11361136 handler .register (EESiteUpdateController )
11371137 handler .register (EESiteDeleteController )
11381138 handler .register (EESiteListController )
1139+ handler .register (EESiteEditController )
11391140 # register a hook (function) to run after arguments are parsed.
11401141 hook .register ('post_argument_parsing' , ee_site_hook )
You can’t perform that action at this time.
0 commit comments