From 945f334cc612b6f853d926163815f71242ea342a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Wed, 31 Jul 2013 22:19:29 +0200 Subject: bug 893: Doh, forgot to adjust variable after copy & paste MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- includes/notary.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/notary.inc.php b/includes/notary.inc.php index 1fcd825..819fb0b 100644 --- a/includes/notary.inc.php +++ b/includes/notary.inc.php @@ -814,7 +814,7 @@ $query = "select `domaincerts`.`id` from `domaincerts` - where `domaincerts`.`domid` = '$id' + where `domaincerts`.`domid` = '$domainid' union distinct select `domaincerts`.`id` from `domaincerts`, `domlink` -- cgit v1.2.1