From 4a61df8ae7a42242094dee6557f2efc6778f99f2 Mon Sep 17 00:00:00 2001 From: Andreas Grundler Date: Mon, 21 Oct 2013 07:27:38 +0200 Subject: [PATCH] typo --- lib/classes/aps/class.ApsInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/classes/aps/class.ApsInstaller.php b/lib/classes/aps/class.ApsInstaller.php index 41642d8b..4529ab7e 100644 --- a/lib/classes/aps/class.ApsInstaller.php +++ b/lib/classes/aps/class.ApsInstaller.php @@ -336,7 +336,7 @@ class ApsInstaller extends ApsParser $mapping_url = $Xml->mapping['url']; } - if($this->DomainPath == '') + if (($this->DomainPath == '') || ($this->DomainPath == '/')) { $this->db->query('UPDATE `' . TABLE_APS_INSTANCES . '` SET `Status` = ' . INSTANCE_ERROR . ' WHERE `ID` = ' . $this->db->escape($Row['InstanceID'])); return false;