Fixes on tests0

This commit is contained in:
Marc 2014-10-24 12:13:48 +00:00
parent 739fab2887
commit fc4559d848
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class PHPFPMBackend(WebAppServiceMixin, ServiceController):
directive = 'fpm' directive = 'fpm'
def save(self, webapp): def save(self, webapp):
if not self.valid_directive(webapp) if not self.valid_directive(webapp):
return return
context = self.get_context(webapp) context = self.get_context(webapp)
self.create_webapp_dir(context) self.create_webapp_dir(context)