diff --git a/interface/lib/plugins/vm_openvz_plugin.inc.php b/interface/lib/plugins/vm_openvz_plugin.inc.php index 94ccf350f0704d23eeaf321cd445f73755180862..fd442055623c273d166ba5094f88b76e44c8f222 100644 --- a/interface/lib/plugins/vm_openvz_plugin.inc.php +++ b/interface/lib/plugins/vm_openvz_plugin.inc.php @@ -216,7 +216,7 @@ class vm_openvz_plugin { $hostname_parts = explode('.', $full_hostname); $hostname = $app->db->quote($hostname_parts[0]); unset($hostname_parts[0]); - $zone = $app->db->quote((implode('.', $hostname_parts)); + $zone = $app->db->quote((implode('.', $hostname_parts))); unset($hostname_parts); // Find the dns zone