We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b7567 commit 308c18aCopy full SHA for 308c18a
interface/lib/plugins/vm_openvz_plugin.inc.php
@@ -216,7 +216,7 @@ private function createDNS() {
216
$hostname_parts = explode('.', $full_hostname);
217
$hostname = $app->db->quote($hostname_parts[0]);
218
unset($hostname_parts[0]);
219
- $zone = $app->db->quote((implode('.', $hostname_parts));
+ $zone = $app->db->quote((implode('.', $hostname_parts)));
220
unset($hostname_parts);
221
222
// Find the dns zone
0 commit comments