Marius Cramer
2014-02-17 ebbe6374fc9c308daf729d2ad1b2f8007ed771ce
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');
      }
   }