Skip to content

Commit c9294bc

Browse files
committed
Fixed a bug in the code that deletes the BIND zones.
1 parent 2e96120 commit c9294bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/bind_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function soa_delete($event_name,$data) {
129129
global $app, $conf;
130130

131131
//* load the server configuration options
132-
$app->uses("getconf");
132+
$app->uses("getconf,tpl");
133133
$dns_config = $app->getconf->get_server_config($conf["server_id"], 'dns');
134134

135135
//* rebuild the named.conf file

0 commit comments

Comments
 (0)