Till Brehm
2014-02-15 40e6e695e09dd88a316af2cd464749a7c5521af7
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');
      }
   }