This commit is contained in:
Andreas Grundler
2013-10-21 07:27:38 +02:00
parent 95da4e9eab
commit 4a61df8ae7

View File

@@ -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;