Florian Schaal
2014-03-05 6c57e7f4983013c8535ca01e4fc698ea6e8ae2a6
server/plugins-available/bind_plugin.inc.php
@@ -156,8 +156,12 @@
         if(is_file($filename.'.err')) unlink($filename.'.err');
      }
      //* Reload bind nameserver
      $app->services->restartServiceDelayed('bind', 'reload');
      //* Restart bind nameserver if update_acl is not empty, otherwise reload it
      if($data['new']['update_acl'] != '') {
         $app->services->restartServiceDelayed('bind', 'restart');
      } else {
         $app->services->restartServiceDelayed('bind', 'reload');
      }
   }