typo
This commit is contained in:
@@ -336,7 +336,7 @@ class ApsInstaller extends ApsParser
|
|||||||
$mapping_url = $Xml->mapping['url'];
|
$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']));
|
$this->db->query('UPDATE `' . TABLE_APS_INSTANCES . '` SET `Status` = ' . INSTANCE_ERROR . ' WHERE `ID` = ' . $this->db->escape($Row['InstanceID']));
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user