From 5fb091660e1605fce46d785b4d0fd66e158fe945 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Thu, 25 Oct 2018 15:55:39 +0200 Subject: [PATCH] =?UTF-8?q?[fix]=C2=A0error=20with=20dom=20lock=20in=20m?= =?UTF-8?q?=5Fdom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bureau/class/m_dom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bureau/class/m_dom.php b/bureau/class/m_dom.php index ead61a90..7d94e238 100644 --- a/bureau/class/m_dom.php +++ b/bureau/class/m_dom.php @@ -1438,7 +1438,7 @@ class m_dom { * */ function edit_domain($dom, $dns, $gesmx, $force = false, $ttl = 3600) { - global $db, $msg, $hooksthis; + global $db, $msg, $hooks, $domislocked; $msg->log("dom", "edit_domain", $dom . "/" . $dns . "/" . $gesmx); // Locked ? if (!$domislocked && !$force) {