Skip to content

Commit 308c18a

Browse files
author
Till Brehm
committed
Fixed syntax error.
1 parent 93b7567 commit 308c18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/plugins/vm_openvz_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ private function createDNS() {
216216
$hostname_parts = explode('.', $full_hostname);
217217
$hostname = $app->db->quote($hostname_parts[0]);
218218
unset($hostname_parts[0]);
219-
$zone = $app->db->quote((implode('.', $hostname_parts));
219+
$zone = $app->db->quote((implode('.', $hostname_parts)));
220220
unset($hostname_parts);
221221

222222
// Find the dns zone

0 commit comments

Comments
 (0)