// Fix shop_url when no physical_uri + fix shop association when multistore is disactivated

This commit is contained in:
rMalie
2011-08-09 13:20:26 +00:00
parent c61b127f66
commit 4831043753
6 changed files with 32 additions and 14 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ class ShopCore extends ObjectModel
{
if (!$this->theme_name)
$this->loadShopInfos();
return $this->physical_uri.$this->virtual_uri.'/';
return $this->physical_uri.$this->virtual_uri;
}
public function getPhysicalURI()